homebrew-cask/Casks/downie.rb

15 lines
488 B
Ruby
Raw Normal View History

2016-04-08 17:45:52 +08:00
cask 'downie' do
2017-04-05 04:52:09 +08:00
version '2.8,1455'
sha256 'c6a7a247f804ebe7ead0fb77d5412596d928b61126563a3d5fbe65367975a36e'
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',
2017-04-05 04:52:09 +08:00
checkpoint: '39d946b861ff1a1d929908c6c26c81558002a0f10a50d36b71d87a46ec804b78'
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