development/eclipse-cpp: Updated for version 201903.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-03-21 16:26:56 +13:00 committed by Willy Sudiarto Raharjo
parent 9768994473
commit cd8c15cfbc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -27,8 +27,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-cpp
VERSION=${VERSION:-201812}
SRCVERSION=${SRCVERSION:-2018-12-R}
VERSION=${VERSION:-201903}
SRCVERSION=${SRCVERSION:-2019-03-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +51,7 @@ mkdir -p $TMP $PKG/opt/$PRGNAM $OUTPUT
cd $PKG/opt/$PRGNAM
# Untar source code tarball according with ARCH value
# ARCH can be 'i586' or 'x86_64'
# ARCH can only 'x86_64'
if [ "$ARCH" = "x86_64" ]; then
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz
else

View file

@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
VERSION="201812"
VERSION="201903"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-12/R/eclipse-cpp-2018-12-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="e879993c8683eaf60e9bd3c747e7c895"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-03/R/eclipse-cpp-2019-03-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="87ecc2410a4175ab0f016811f433664c"
REQUIRES="jdk webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"