eclipse: update to 4.4.0
This commit is contained in:
parent
9be5a42799
commit
838b7c2294
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'eclipse'
|
||||
pkgname=eclipse
|
||||
version=4.3.2
|
||||
version=4.4.0
|
||||
revision=1
|
||||
wrksrc="eclipse"
|
||||
makedepends="oracle-jdk?java-runtime unzip gtk+ webkitgtk libXtst hicolor-icon-theme desktop-file-utils"
|
||||
|
@ -12,11 +12,11 @@ homepage="http://eclipse.org"
|
|||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
_release=kepler-SR2
|
||||
_release=luna-R
|
||||
|
||||
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=7f014c1c20f8b3347c04a72cc902036e9120b7d6dccf38e61701d5d4303605a5
|
||||
checksum=0ca7ab6c4a9dafc373e134848c9bec9e7a038c0db0c25c136fe56e3d51df5c1f
|
||||
else
|
||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-standard-${_release}-linux-gtk.tar.gz"
|
||||
checksum=d32a08061678cf171f28c0c19e3a3da49d311a8f7428666b6ab3d6a499dd1fed
|
||||
|
|
Loading…
Reference in New Issue