development/eclipse-java: Updated for version 201809.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-09-28 16:23:14 +12:00
parent 300ac02bca
commit e31cdb20ab
3 changed files with 9 additions and 9 deletions

View file

@ -15,11 +15,11 @@ This package includes:
**********
UPGRADING:
**********
if you find an error during Eclipse initialization, check
if you find an error during Eclipse initialisation, check
this two files:
/opt/eclipse-java/configuration/config.ini
/opt/eclipse-java/eclipse.ini
If you haven't done modifications in those files, overwrite
If you haven't made modifications to those files, overwrite
them with config.ini.new and eclipse.ini.new.

View file

@ -27,8 +27,8 @@
# This script is just a binary repackaging.
PRGNAM=eclipse-java
VERSION=${VERSION:-4.8.0}
SRCVERSION=${SRCVERSION:-photon-R}
VERSION=${VERSION:-201809}
SRCVERSION=${SRCVERSION:-2018-09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="eclipse-java"
VERSION="4.8.0"
VERSION="201809"
HOMEPAGE="http://www.eclipse.org"
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/photon/R/eclipse-java-photon-R-linux-gtk.tar.gz"
MD5SUM="3031e6133b0d733bb914780a804381ae"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/photon/R/eclipse-java-photon-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="3d37af839c24eece87230c0bfa03d24a"
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-java-2018-09-linux-gtk.tar.gz"
MD5SUM="a2f5d93d45c3c4b3ca63179a4ec8f4ce"
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-java-2018-09-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="48cd6b759a700575b2ca87f2f6af848a"
REQUIRES="jdk webkitgtk"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"