homebrew-cask/Casks/play.rb

18 lines
555 B
Ruby
Raw Normal View History

2017-08-13 17:49:03 +08:00
cask 'play' do
2018-05-10 21:16:01 +08:00
version '2.0.17'
sha256 '7023dd54055cd306494dd6d3531d9e07ccdfcb434e22bd6ac60e8f7fbf1a39bd'
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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/pmsaue0/play/releases.atom'
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