You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
372 B
14 lines
372 B
cask :v1 => 'jdownloader2' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
if MacOS.release < :lion
|
|
url 'http://installer.jdownloader.org/JD2SilentSetup_10_6orlower.dmg'
|
|
else
|
|
url 'http://installer.jdownloader.org/JD2SilentSetup.dmg'
|
|
end
|
|
homepage 'http://jdownloader.org/download/offline'
|
|
license :unknown
|
|
|
|
installer :manual => 'JDownloader Installer.app'
|
|
end
|
|
|