homebrew-cask/Casks/downie.rb

16 lines
512 B
Ruby
Raw Normal View History

2016-04-08 17:45:52 +08:00
cask 'downie' do
2016-09-27 01:31:11 +08:00
version '2.5.2,1318'
sha256 'c459c394108d18c09b8616e77f7540f130d1c0e210d587cbcbbedb63de908d94'
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.3.xml',
2016-09-27 01:31:11 +08:00
checkpoint: '1f68df6f83f4eac6e5da43e455ccb39150e1c21b38da915b01f0bab7c6e927c1'
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
license :commercial
depends_on macos: '>= :yosemite'
app 'Downie.app'
end