oracle-jre: update to 8u73.

This commit is contained in:
Enno Boland 2016-02-06 10:20:51 +01:00
parent 2921c85ee8
commit f1385b0814
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'oracle-jre'
pkgname=oracle-jre
version=8u71
version=8u73
revision=1
_longVersion=1.8.0_71
_build=15
_longVersion=1.${version%u*}.0_${version#*u}
_build=02
short_desc="Java Runtime Environment (JRE)"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -21,12 +21,12 @@ case "${XBPS_TARGET_MACHINE}" in
x86_64)
_arch=amd64
_filename=jre-${version}-linux-x64.tar.gz
checksum="d656126cf81efafe7117a8fea1d7a6bc007e9c8e492fb2f3f397fb4b01e49b17"
checksum="d06d809b725bd8cffbc2763249a67e3c2ca6e85ba63601d82bcd03bc8d99ad4c"
;;
i686)
_arch=i386
_filename=jre-${version}-linux-i586.tar.gz
checksum="79fbbe3f83920c1752ef158a73c2a0cfaadf82a5df8220a08c43dd94c981794c"
checksum="6512b9c50220dcdbda2bf3ee9966e685d386b915c44196a11b4570b929c4d33a"
;;
esac