mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
315 B
Ruby
7 lines
315 B
Ruby
class EclipsePlatform < Cask
|
|
url 'http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.1-201309111000/eclipse-SDK-4.3.1-macosx-cocoa-x86_64.tar.gz'
|
|
homepage 'http://eclipse.org'
|
|
version '4.3.1'
|
|
sha256 '7001ddb2e29e1e81aa3e415ae7e5686a4aa15abb30786a57825c8b8f10746ced'
|
|
link 'eclipse/Eclipse.app'
|
|
end
|