diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-03-29 21:05:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:02 +0700 |
commit | 7263aa036c5bbb102666dddb709fbfb952de7d93 (patch) | |
tree | e754773f3c41d6a3702ef7758c26c9663a46858a /development/eclipse-java/eclipse-java.SlackBuild | |
parent | 7d6aa2d75b81ad051bdee93551e44381979968f6 (diff) | |
download | slackbuilds-7263aa036c5bbb102666dddb709fbfb952de7d93.tar.gz |
development/eclipse-java: Updated for version 4.6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/eclipse-java/eclipse-java.SlackBuild')
-rw-r--r-- | development/eclipse-java/eclipse-java.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/eclipse-java/eclipse-java.SlackBuild b/development/eclipse-java/eclipse-java.SlackBuild index 9ecf92ecf3..9cde1e8443 100644 --- a/development/eclipse-java/eclipse-java.SlackBuild +++ b/development/eclipse-java/eclipse-java.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for eclipse-cpp +# Slackware build script for eclipse-java # Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com> # All rights reserved. @@ -22,12 +22,13 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Update by: Andre Barboza <bmg.andre@gmail.com> +# Update by: Andrew Clemons <andrew.clemons@gmail.com> # Modified from classical eclipse slackbuild # This script is just a binary repackaging. PRGNAM=eclipse-java -VERSION=${VERSION:-4.6.2} -SRCVERSION=${SRCVERSION:-neon-2} +VERSION=${VERSION:-4.6.3} +SRCVERSION=${SRCVERSION:-neon-3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |