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.
8 lines
311 B
8 lines
311 B
class Java6 < Cask
|
|
url 'http://support.apple.com/downloads/DL1572/en_US/JavaForOSX2013-05.dmg'
|
|
homepage 'http://support.apple.com/downloads/DL1572'
|
|
version '1.6.0_65'
|
|
sha1 'ce78f9a916b91ec408c933bd0bde5973ca8a2dc4'
|
|
install 'JavaForOSX.pkg'
|
|
uninstall :pkgutil => 'com.apple.pkg.JavaForMacOSX107'
|
|
end
|
|
|