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.
13 lines
478 B
13 lines
478 B
cask 'java6' do
|
|
version '1.6.0_65'
|
|
sha256 '8f40dbf821e21410feab4d9e2e533c42518897b7cac5edfad895e91016f918fc'
|
|
|
|
url 'https://support.apple.com/downloads/DL1572/en_US/javaforosx.dmg'
|
|
name 'Java Standard Edition Development Kit'
|
|
homepage 'https://support.apple.com/kb/DL1572'
|
|
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
pkg 'JavaForOSX.pkg'
|
|
|
|
uninstall pkgutil: 'com.apple.pkg.JavaForMacOSX107'
|
|
end
|
|
|