oracle-jdk: update to 8u6

This commit is contained in:
Enno Boland 2014-07-16 20:07:58 +02:00
parent 7cbf6cec89
commit 78641b5b2c

View File

@ -1,19 +1,23 @@
# Template file for 'oracle-jdk'
pkgname=oracle-jdk
case "${XBPS_TARGET_MACHINE}" in
armv*)
version=8u6
_longVersion=1.8.0_06
revision=1
_build=23
;;
*)
version=8u11
_longVersion=1.8.0_11
revision=1
_build=12
;;
esac
version=8u6
_longVersion=1.8.0_06
revision=1
_build=23
#case "${XBPS_TARGET_MACHINE}" in
#armv*)
# version=8u6
# _longVersion=1.8.0_06
# revision=1
# _build=23
# ;;
#*)
# version=8u11
# _longVersion=1.8.0_11
# revision=1
# _build=12
# ;;
#esac
short_desc="Java Development Kit (JDK)"
maintainer="Enno Boland <eb@s01.de>"