summaryrefslogtreecommitdiff
path: root/development/eclipse-cpp/eclipse-cpp.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-04-22 22:06:11 +1200
committerAndrew Clemons <andrew.clemons@gmail.com>2021-04-23 18:21:23 +1200
commit89d763dc8d2471565ce8945301514192653f4a6e (patch)
treee6e3a3e769a6b247de18de5b657b53a59fac7557 /development/eclipse-cpp/eclipse-cpp.SlackBuild
parentf609a6d87afd10eba94a092777b6f1a3c98c81e2 (diff)
downloadslackbuilds-89d763dc8d2471565ce8945301514192653f4a6e.tar.gz
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/eclipse-cpp/eclipse-cpp.SlackBuild')
-rw-r--r--development/eclipse-cpp/eclipse-cpp.SlackBuild6
1 files changed, 3 insertions, 3 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