Add Downie (2.3)

This commit is contained in:
stephenhsu 2016-04-08 17:45:52 +08:00 committed by Vítor Galvão
parent 71aa064de5
commit ade8279f7f
1 changed files with 15 additions and 0 deletions

15
Casks/downie.rb Normal file
View File

@ -0,0 +1,15 @@
cask 'downie' do
version '2.3.1205'
sha256 'e00bcaf4d9491bef37a3977fb8fc3a4b25b11d0058456207d373b9dd30d83a12'
url "http://trial.charliemonroe.net/downie/Downie_#{version.patch}.zip"
appcast "http://trial.charliemonroe.net/downie/updates_#{version.major_minor}.xml",
checkpoint: '2e9d15651b02965a9963d04450b4a7c99691d2d93f1cdfa2d41cf4d120eaae42'
name 'Downie'
homepage 'http://software.charliemonroe.net/downie.php'
license :commercial
depends_on macos: '>= :yosemite'
app 'Downie.app'
end