Files
homebrew-cask/Casks/d/divvy.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
553 B
Ruby

cask "divvy" do
version "1.5.1"
sha256 "2823c41a8d5e4f0e27760a87b1fdb8acf9b6a48eef4074421e6daa1119f89a53"
url "https://mizage.com/downloads/Divvy_#{version}.zip"
name "Divvy"
desc "Application window manager focusing on simplicity"
homepage "https://mizage.com/divvy/"
livecheck do
url "https://mizage.com/updates/profiles/divvy.php"
strategy :sparkle, &:short_version
end
app "Divvy.app"
zap trash: [
"~/Library/Preferences/com.mizage.direct.Divvy.plist",
"~/Library/Preferences/com.mizage.Divvy.plist",
]
end