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
385 B
16 lines
385 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'
|
|
license :unknown
|
|
|
|
caveats do
|
|
manual_installer 'JDownloader Installer.app'
|
|
end
|
|
end
|
|
|