mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
oracle-jdk: update to 8u6
This commit is contained in:
parent
7cbf6cec89
commit
78641b5b2c
1 changed files with 18 additions and 14 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'oracle-jdk'
|
# Template file for 'oracle-jdk'
|
||||||
pkgname=oracle-jdk
|
pkgname=oracle-jdk
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
armv*)
|
|
||||||
version=8u6
|
version=8u6
|
||||||
_longVersion=1.8.0_06
|
_longVersion=1.8.0_06
|
||||||
revision=1
|
revision=1
|
||||||
_build=23
|
_build=23
|
||||||
;;
|
#case "${XBPS_TARGET_MACHINE}" in
|
||||||
*)
|
#armv*)
|
||||||
version=8u11
|
# version=8u6
|
||||||
_longVersion=1.8.0_11
|
# _longVersion=1.8.0_06
|
||||||
revision=1
|
# revision=1
|
||||||
_build=12
|
# _build=23
|
||||||
;;
|
# ;;
|
||||||
esac
|
#*)
|
||||||
|
# version=8u11
|
||||||
|
# _longVersion=1.8.0_11
|
||||||
|
# revision=1
|
||||||
|
# _build=12
|
||||||
|
# ;;
|
||||||
|
#esac
|
||||||
|
|
||||||
short_desc="Java Development Kit (JDK)"
|
short_desc="Java Development Kit (JDK)"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue