Files
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

25 lines
604 B
Ruby

cask "stay" do
version "1.4"
sha256 "20362f8564cf7384350f19ee39d46db675473cf82417e7b552e2cdabc363fd4b"
url "https://cordlessdog.com/stay/versions/Stay%20#{version}.dmg"
name "Stay"
desc "Windows manager"
homepage "https://cordlessdog.com/stay/"
livecheck do
url "https://cordlessdog.com/stay/appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :catalina"
app "Stay.app"
zap trash: [
"~/Library/Application Support/com.cordlessdog.Stay",
"~/Library/Application Support/Stay",
"~/Library/Preferences/com.cordlessdog.Stay.plist",
]
end