diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-01 19:45:13 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:43 +0700 |
commit | f29863c4345f88c2190f29dad2883c855e77de45 (patch) | |
tree | fdfc4024d7e80e654d5b6f929f48020b32c938f3 /development/eclipse-java/eclipse-java.SlackBuild | |
parent | 8402020c671126a574ae3ad276f27ea68f21d2b0 (diff) |
development/eclipse-java: Updated for version 4.23.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-java/eclipse-java.SlackBuild')
-rw-r--r-- | development/eclipse-java/eclipse-java.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/eclipse-java/eclipse-java.SlackBuild b/development/eclipse-java/eclipse-java.SlackBuild index a26367d8c2..910faff440 100644 --- a/development/eclipse-java/eclipse-java.SlackBuild +++ b/development/eclipse-java/eclipse-java.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=eclipse-java -VERSION=${VERSION:-4.22} -SRCVERSION=${SRCVERSION:-2021-12-R} +VERSION=${VERSION:-4.23} +SRCVERSION=${SRCVERSION:-2022-03-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |