mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
24 lines
627 B
Ruby
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
|