diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-07-04 17:22:12 +1200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2020-08-08 09:13:41 +1200 |
commit | 10a1520a12b1a21e550d3b08632f240611c1e584 (patch) | |
tree | 9f08397c8c09b60c320ae14042d13b25dba4d9f2 /development/eclipse-cpp | |
parent | 46c3fc9fc75ba9e00878bc7b69dc63d29bf1e503 (diff) | |
download | slackbuilds-10a1520a12b1a21e550d3b08632f240611c1e584.tar.gz |
development/eclipse-cpp: Updated for version 4.15.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/eclipse-cpp')
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 6 | ||||
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index a29388b02f..30c85fd50f 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.16} -SRCVERSION=${SRCVERSION:-2020-06-R} +VERSION=${VERSION:-4.15} +SRCVERSION=${SRCVERSION:-2020-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-linux-gtk-$ARCH.tar.gz + tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-incubation-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 033566d6f9..e38d2e3ca1 100644 --- a/development/eclipse-cpp/eclipse-cpp.info +++ b/development/eclipse-cpp/eclipse-cpp.info @@ -1,10 +1,10 @@ PRGNAM="eclipse-cpp" -VERSION="4.16" +VERSION="4.15" HOMEPAGE="http://www.eclipse.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2020-06/R/eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="d175bd91feca3ce0c5047097e6ba605d" +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" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |