diff options
Diffstat (limited to 'development/eclipse-java')
-rw-r--r-- | development/eclipse-java/eclipse-java.SlackBuild | 7 | ||||
-rw-r--r-- | development/eclipse-java/eclipse-java.info | 8 |
2 files changed, 6 insertions, 9 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 diff --git a/development/eclipse-java/eclipse-java.info b/development/eclipse-java/eclipse-java.info index 6197965fa8..8e6daa3756 100644 --- a/development/eclipse-java/eclipse-java.info +++ b/development/eclipse-java/eclipse-java.info @@ -1,10 +1,10 @@ PRGNAM="eclipse-java" -VERSION="4.22" +VERSION="4.23" HOMEPAGE="https://www.eclipse.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2021-12/R/eclipse-java-2021-12-R-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="cd47578f1aa0fda80dbb2b6d8025e507" -REQUIRES="zulu-openjdk11 webkit2gtk" +DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2022-03/R/eclipse-java-2022-03-R-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="4ede02df8f1ce6e41fb077d81d2f19b0" +REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |