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
287 B
7 lines
287 B
class Eclipse < Cask
|
|
homepage 'http://eclipse.org'
|
|
url 'http://eclipse.mirror.kangaroot.net/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-macosx-cocoa-x86_64.tar.gz'
|
|
version '4.2.2'
|
|
sha1 '209ee0aa194aea5869c56546eb77f89da515252d'
|
|
link :app, 'Eclipse.app'
|
|
end
|
|
|