homebrew-cask/Casks/play.rb

17 lines
612 B
Ruby
Raw Normal View History

2017-08-13 17:49:03 +08:00
cask 'play' do
2017-11-15 11:55:59 +08:00
version '2.0.11'
sha256 '5c2aba096705afb89714bbe666dce1949039cc9bf551b3fa812db6096ba43b2c'
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-15 11:55:59 +08:00
checkpoint: '28a81faf794a167b2c293bddd45188cd6be2bd2f1a81d79536d87fbbb557409f'
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