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.
 
 

16 lines
388 B

class Jdownloader2 < Cask
version 'latest'
sha256 :no_check
if MacOS.version < :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'
caskroom_only true
caveats do
manual_installer 'JDownloader Installer.app'
end
end