eclipse: update to 4.5.2. (#4169)
This commit is contained in:
parent
b326c4c121
commit
02a9f8870b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'eclipse'
|
||||
pkgname=eclipse
|
||||
version=4.4.2
|
||||
version=4.5.2
|
||||
revision=1
|
||||
wrksrc="eclipse"
|
||||
depends="virtual?java-environment unzip gtk+ webkitgtk2 libXtst hicolor-icon-theme desktop-file-utils"
|
||||
|
@ -10,13 +10,14 @@ license="EPL"
|
|||
homepage="http://eclipse.org"
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
_release=luna-SR2
|
||||
_release=mars-2
|
||||
_edition=java
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-standard-${_release}-linux-gtk-x86_64.tar.gz"
|
||||
checksum=835a2aaa7f3c81d4c307c17414bdd4a5b219035777eb42150e1d46f5465db98c
|
||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-${_edition}-${_release}-linux-gtk-x86_64.tar.gz"
|
||||
checksum=ec8300fab617db38a817919f59b137b6422aac54336b46cbf5a873af62f898d6
|
||||
else
|
||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-standard-${_release}-linux-gtk.tar.gz"
|
||||
checksum=287d8d6b3c8500b9761e73b862b68a55eb8212dc0ab20d8efc129e4d66098b85
|
||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-${_edition}-${_release}-linux-gtk.tar.gz"
|
||||
checksum=679e50bb3c98d2d8d305a795c19dd3513833c9508477ec60dd955c448000d8b4
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue