homebrew-cask/Casks/downie.rb

15 lines
491 B
Ruby
Raw Normal View History

2016-04-08 17:45:52 +08:00
cask 'downie' do
2017-09-16 13:35:26 +08:00
version '2.9.13,1533'
sha256 '30607298a4950fd1453991f4432d4f3716900718cc524b3087e934567a4d8c96'
2016-04-08 17:45:52 +08:00
2016-09-09 09:06:36 +08:00
url "https://trial.charliemonroe.net/downie/Downie_#{version.after_comma}.zip"
appcast 'https://trial.charliemonroe.net/downie/updates_2.0.xml',
2017-09-16 13:35:26 +08:00
checkpoint: '70ea087a3e53f986c9777fce53adfe0afc1df3d2bc8674636fb759ae967ac8e7'
2016-04-08 17:45:52 +08:00
name 'Downie'
homepage 'https://software.charliemonroe.net/downie.php'
2016-04-08 17:45:52 +08:00
depends_on macos: '>= :yosemite'
app 'Downie.app'
end