oracle-jdk: update to 8u71.
This commit is contained in:
parent
bf0b57bd7a
commit
0cbb1a32f2
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'oracle-jdk'
|
||||
pkgname=oracle-jdk
|
||||
version=8u66
|
||||
revision=4
|
||||
version=8u71
|
||||
revision=1
|
||||
|
||||
_longVersion=1.8.0_66
|
||||
_build=17
|
||||
_longVersion=1.8.0_71
|
||||
_build=15
|
||||
|
||||
short_desc="Java Development Kit (JDK)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -12,7 +12,7 @@ homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
|||
license="oracle"
|
||||
lib32disabled=yes
|
||||
repository="nonfree"
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||
depends="hicolor-icon-theme desktop-file-utils xdg-utils shared-mime-info wget"
|
||||
hostmakedepends="wget"
|
||||
provides="java-environment-${version}_1"
|
||||
|
@ -22,12 +22,22 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
x86_64)
|
||||
_arch=amd64
|
||||
_filename=jdk-${version}-linux-x64.tar.gz
|
||||
checksum="7e95ad5fa1c75bc65d54aaac9e9986063d0a442f39a53f77909b044cef63dc0a"
|
||||
checksum="9bdb947fccf31e6ad644b7c1e3c658291facf819e4560a856e4d93bd686e58a2"
|
||||
;;
|
||||
i686)
|
||||
_arch=i386
|
||||
_filename=jdk-${version}-linux-i586.tar.gz
|
||||
checksum="21026a8d789f479d3905a4ead0c97fd5190aa9b4d1bfc66413e9136513ca84a2"
|
||||
checksum="1bcbafa0b8ae6d35cc965bbc1909e43d089cb97364482eec778eee47f68f8c87"
|
||||
;;
|
||||
arm*)
|
||||
_arch=arm
|
||||
_filename=jdk-${version}-linux-arm32-vfp-hflt.tar.gz
|
||||
checksum="ba3356ab06790288aeb901d3e57297fb71808c5f7b3644f264a139341d74566f"
|
||||
;;
|
||||
aarch64)
|
||||
_arch=aarch64
|
||||
_filename=jdk-${version}-linux-arm64-vfp-hflt.tar.gz
|
||||
checksum="6f554b9f93ecbffd6ca73b313ce0339a2ab398a14b65dd7070d15d9e4a8453d9"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue