Files
homebrew-cask/Casks/s/sizeup.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

24 lines
627 B
Ruby

cask "sizeup" do
version "1.7.4"
sha256 "5f2e9514627c0dc867ece0665fef790f01f3874d7765cc459e3a7676b78a02cf"
url "https://www.irradiatedsoftware.com/downloads/SizeUp_#{version}.zip"
name "SizeUp"
desc "Utility to resize and position application windows"
homepage "https://www.irradiatedsoftware.com/sizeup/"
livecheck do
url "https://www.irradiatedsoftware.com/updates/profiles/sizeup.php"
strategy :sparkle, &:short_version
end
auto_updates true
app "SizeUp.app"
zap trash: [
"~/Library/Application Support/SizeUp",
"~/Library/Preferences/com.irradiatedsoftware.SizeUp.plist",
]
end