homebrew-cask-versions/Casks/jdownloader.rb
2015-01-29 19:18:50 +00:00

11 lines
365 B
Ruby

cask :v1 => 'jdownloader' do
version :latest
sha256 :no_check
url 'http://installer.jdownloader.org/JDownloader09Setup_mac.dmg'
name 'JDownloader'
homepage 'http://jdownloader.org/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
installer :manual => 'JDownloader Installer.app'
end