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

17 lines
421 B
Ruby

cask "play" do
version "2.0.20"
sha256 "101f1392bc03ece2ee6e86683472f33e3ebe0b91a050b41ed121d09253df930c"
url "https://github.com/pmsaue0/play/releases/download/v#{version}/play_#{version}.dmg.zip",
verified: "github.com/pmsaue0/play/"
name "Play"
homepage "https://pmsaue0.github.io/play/"
app "Play.app"
zap trash: [
"~/Library/Application Support/Play",
"~/Library/Caches/Play",
]
end