mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/eclipse-java: Updated for version 4.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
223bb1e89c
commit
e6b10ee06b
2 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@
|
|||
# This script is just a binary repackaging.
|
||||
|
||||
PRGNAM=eclipse-java
|
||||
VERSION=${VERSION:-4.12}
|
||||
SRCVERSION=${SRCVERSION:-2019-06-R}
|
||||
VERSION=${VERSION:-4.13}
|
||||
SRCVERSION=${SRCVERSION:-2019-09-R}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eclipse-java"
|
||||
VERSION="4.12"
|
||||
VERSION="4.13"
|
||||
HOMEPAGE="http://www.eclipse.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-06/R/eclipse-java-2019-06-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="cdda169e002664dd1206c0d9e5380a82"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2019-09/R/eclipse-java-2019-09-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="eac429faca70ebfad8b8c3a88af164a2"
|
||||
REQUIRES="jdk webkit2gtk"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue