diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2013-10-27 03:35:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:39:02 -0500 |
commit | d3ef58028896d73ded775671a574bb231e7f87bd (patch) | |
tree | 9303578dabe7f4f4145243e39d4a9ce46cc5c4f0 /development/eclipse/eclipse.SlackBuild | |
parent | e7beecb63d82c5fe16c37f92f6d08aff83e09096 (diff) | |
download | slackbuilds-d3ef58028896d73ded775671a574bb231e7f87bd.tar.gz |
development/eclipse: Updated for version 4.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/eclipse/eclipse.SlackBuild')
-rw-r--r-- | development/eclipse/eclipse.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/eclipse/eclipse.SlackBuild b/development/eclipse/eclipse.SlackBuild index 5f474a855e..27213f726c 100644 --- a/development/eclipse/eclipse.SlackBuild +++ b/development/eclipse/eclipse.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for eclipse +# Slackware build script for eclipse # Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com> # All rights reserved. @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=eclipse -VERSION=4.2.2 +VERSION=4.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |