development/eclipse-java: 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>
This commit is contained in:
Andrew Clemons 2021-04-22 22:06:11 +12:00
parent 89d763dc8d
commit f4a3f801f2
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 6 additions and 6 deletions

View File

@ -27,8 +27,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-java
VERSION=${VERSION:-4.15}
SRCVERSION=${SRCVERSION:-2020-03-R}
VERSION=${VERSION:-4.19}
SRCVERSION=${SRCVERSION:-2021-03-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="eclipse-java"
VERSION="4.15"
VERSION="4.19"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="1f4485a89895dd830489dbbb9581c3ae"
REQUIRES="jdk webkit2gtk"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2021-03/R/eclipse-java-2021-03-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="56669395653c3af763b46ca2950673b8"
REQUIRES="jdk11 webkit2gtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"