summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-04-22 22:06:11 +1200
committer Andrew Clemons <andrew.clemons@gmail.com>2021-04-23 18:21:23 +1200
commit89d763dc8d2471565ce8945301514192653f4a6e (patch)
treee6e3a3e769a6b247de18de5b657b53a59fac7557 /development
parentf609a6d87afd10eba94a092777b6f1a3c98c81e2 (diff)
downloadslackbuilds-89d763dc8d2471565ce8945301514192653f4a6e.tar.gz
slackbuilds-89d763dc8d2471565ce8945301514192653f4a6e.tar.xz
development/eclipse-cpp: Updated for version 4.19.
15.0 now has a newer GTK3, so we can upgrade. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/eclipse-cpp/eclipse-cpp.SlackBuild6
-rw-r--r--development/eclipse-cpp/eclipse-cpp.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild
index 30c85fd50f..f6050ac95d 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 e38d2e3ca1..e4dbe2bf83 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"