diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-06-21 16:42:27 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:43 +0700 |
commit | e60d297dc2b4e1f3e611baa807907fab5e0b7a14 (patch) | |
tree | b4ea7e595a51334ac9cf757457dc3c04e6f62c0f /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | b1208ef20d5846c5b1022b71d5d4fd8237424658 (diff) | |
download | slackbuilds-e60d297dc2b4e1f3e611baa807907fab5e0b7a14.tar.gz |
development/eclipse-cpp: Updated for version 4.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp/eclipse-cpp.SlackBuild')
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 |
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..a29388b02f 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.16} +SRCVERSION=${SRCVERSION:-2020-06-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 |