mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/eclipse-java: Fix DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8747aade05
commit
11ea2c935d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ VERSION="4.4.1"
|
|||
HOMEPAGE="http://www.eclipse.org"
|
||||
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/luna/SR1/eclipse-java-luna-SR1-linux-gtk.tar.gz"
|
||||
MD5SUM="30d8ca34f924ec0c03e6068f84ecafd2"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/luna/R/eclipse-java-luna-SR1-linux-gtk-x86_64.tar.gz"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/luna/SR1/eclipse-java-luna-SR1-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="b2ccdb8be4588c79b9ed8b7a80ebf8b0"
|
||||
REQUIRES="jdk webkitgtk"
|
||||
MAINTAINER="Andre Barboza"
|
||||
|
|
Loading…
Reference in a new issue