development/eclipse: Updated for version 4.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Andre Barboza 2012-07-25 18:22:28 -05:00 committed by Robby Workman
parent 71a18d83c2
commit 70698c46ff
3 changed files with 9 additions and 10 deletions

View file

@ -8,6 +8,5 @@ The classic Eclipse package contains: the Eclipse Platform, Java Development
Tools, and Plug-in Development Environment, including source and both user
and programmer documentation.
Eclipse internal web browser needs xulrunner OR webkit. Both are available
in Slackbuilds.org. Note: Firefox/Seamonkey libraries included in
Slackware packages does NOT work at all.
Eclipse internal web browser needs xulrunner OR webkit.
Note: Firefox/Seamonkey libraries included in Slackware does NOT work at all.

View file

@ -26,7 +26,7 @@
# This script is just a binary repackaging.
PRGNAM=eclipse
VERSION=3.7.2
VERSION=4.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="eclipse"
VERSION="3.7.2"
VERSION="4.2"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk.tar.gz"
MD5SUM="79b90faa1ee6e7af1910c3a5077b594f"
DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="6a0fd32cb6a986032a67defab3753476"
DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/eclipse-SDK-4.2-linux-gtk.tar.gz"
MD5SUM="506b9f4e3919ebe3d6a717cd9bef5e07"
DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/eclipse-SDK-4.2-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="804938dd087c310d8bfd54c8024afbbd"
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
APPROVED="dsomero"
APPROVED="rworkman"