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.
7 lines
275 B
7 lines
275 B
class Eclipse < Cask
|
|
url 'http://download.eclipse.org/technology/epp/downloads/release/kepler/R/eclipse-standard-kepler-R-macosx-cocoa-x86_64.tar.gz'
|
|
homepage 'http://eclipse.org'
|
|
version '4.3'
|
|
sha1 'c9aeb9ba9db87d8d5c81b6abf9c11283f15a0cd2'
|
|
link 'Eclipse.app'
|
|
end
|
|
|