development/eclipse-jee: Updated for version 201903.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-03-21 16:30:18 +13:00 committed by Willy Sudiarto Raharjo
parent cd8c15cfbc
commit f31e851be2
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-jee
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-jee"
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-jee-2018-12-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="9fc11a36a886894e2cec0a8e0c335067"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-03/R/eclipse-jee-2019-03-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="b64590392052398e80c2d41a50189987"
REQUIRES="jdk webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"