homebrew-cask/Casks/play.rb

17 lines
611 B
Ruby
Raw Normal View History

2017-08-13 17:49:03 +08:00
cask 'play' do
2017-09-07 05:26:14 +08:00
version '2.0.9'
sha256 'e6197879e2c36ea6157b242dfd7d5558f4980ce39eaae2b1131242b6be6533c1'
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-09-07 05:26:14 +08:00
checkpoint: 'f1356020301196f8f9be551d68fae2adc8cf798e70e09f94fc24c6698654cc9f'
2017-08-13 17:49:03 +08:00
name 'Play'
homepage 'https://pmsaue0.github.io/play/'
app 'Play.app'
zap delete: '~/Library/Caches/Play',
trash: '~/Library/Application Support/Play'
end