diff options
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 | ||||
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index 30c85fd50fa9a..f6050ac95dd37 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -27,8 +27,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-cpp -VERSION=${VERSION:-4.15} -SRCVERSION=${SRCVERSION:-2020-03-R} +VERSION=${VERSION:-4.19} +SRCVERSION=${SRCVERSION:-2021-03-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ cd $PKG/opt/$PRGNAM # Untar source code tarball according with ARCH value # ARCH can only be 'x86_64' if [ "$ARCH" = "x86_64" ]; then - tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-incubation-linux-gtk-$ARCH.tar.gz + tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz else printf "$ARCH is not supported...\n" exit 1 diff --git a/development/eclipse-cpp/eclipse-cpp.info b/development/eclipse-cpp/eclipse-cpp.info index e38d2e3ca11b4..e4dbe2bf83f89 100644 --- a/development/eclipse-cpp/eclipse-cpp.info +++ b/development/eclipse-cpp/eclipse-cpp.info @@ -1,10 +1,10 @@ PRGNAM="eclipse-cpp" -VERSION="4.15" +VERSION="4.19" HOMEPAGE="http://www.eclipse.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2020-03/R/eclipse-cpp-2020-03-R-incubation-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="c419a30918f1396c9d46106ed2350a01" -REQUIRES="jdk webkit2gtk" +DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2021-03/R/eclipse-cpp-2021-03-R-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="c94c6bd7c23530e1bd4a264bda4da5e0" +REQUIRES="jdk11 webkit2gtk" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |