Updated Eclipse IDE to 4.3.2.

Taking the stable x64 build to be default.
This commit is contained in:
Camillus Gerard Cai 2014-03-14 01:30:48 +08:00 committed by Roland Walker
parent 7865461597
commit c9e18aeaab
1 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,13 @@
class EclipseIde < Cask
url 'http://download.eclipse.org/technology/epp/downloads/release/kepler/SR1/eclipse-standard-kepler-SR1-macosx-cocoa-x86_64.tar.gz'
homepage 'http://eclipse.org'
version '4.3.1'
sha256 'a491476cf91893e8e0495ae16bafd1352c80103be4bf7d09b087e1047561636a'
if Hardware::CPU.is_64_bit?
url 'http://download.eclipse.org/technology/epp/downloads/release/kepler/SR2/eclipse-standard-kepler-SR2-macosx-cocoa-x86_64.tar.gz'
version '4.3.2'
sha256 '7fd761853ae7f5b280963059fcf8da6cea14c93563a3dfe7cc3491a7a977966e'
else
url 'http://download.eclipse.org/technology/epp/downloads/release/kepler/SR2/eclipse-standard-kepler-SR2-macosx-cocoa.tar.gz'
version '4.3.2'
sha256 '0a1a5b6924daa1a3bd2482a537fac6f59c177da2265ed13f57cf0e5a5772b903'
end
homepage 'http://eclipse.org/'
link 'eclipse/Eclipse.app'
end