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
2018-01-30 05:12:44 +08:00
version '2.0.16'
sha256 '6554961e11bc78873a2ccf1bed33c387763f969541556d119f506c4eaee77c3f'
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',
2018-01-30 05:12:44 +08:00
checkpoint: '19544fa2c74c79d9c56016dacf785749a09873bf0f00f7d239272bc73702955f'
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