diff options
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 9ecf92ecf332c..9cde1e8443200 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} |