mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
318 B
Ruby
7 lines
318 B
Ruby
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'
|
|
link 'eclipse/Eclipse.app'
|
|
end
|