homebrew-cask/Casks/play.rb

19 lines
645 B
Ruby
Raw Normal View History

2017-08-13 17:49:03 +08:00
cask 'play' do
2017-11-24 06:27:18 +08:00
version '2.0.13'
sha256 'b1b8e99941d573b539c01b26264d13f209477106cb67009bd3e5cfe826f4bcc1'
2017-08-13 17:49:03 +08:00
# github.com/pmsaue0/play was verified as official when first introduced to the cask
2017-08-19 07:07:45 +08:00
url "https://github.com/pmsaue0/play/releases/download/v#{version}/play_#{version}.dmg.zip"
2017-08-13 17:49:03 +08:00
appcast 'https://github.com/pmsaue0/play/releases.atom',
2017-11-24 06:27:18 +08:00
checkpoint: '4b7c78b6ff2bdcd30a42400710317cfa5d349e34f15bfd0c1d36b58420f310eb'
2017-08-13 17:49:03 +08:00
name 'Play'
homepage 'https://pmsaue0.github.io/play/'
app 'Play.app'
2017-11-18 17:58:10 +08:00
zap trash: [
'~/Library/Application Support/Play',
'~/Library/Caches/Play',
]
2017-08-13 17:49:03 +08:00
end