oracle-jre: update to 8u152
This commit is contained in:
parent
a3c5738d34
commit
df6bb696f5
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=oracle-jre
|
pkgname=oracle-jre
|
||||||
version=8u144
|
version=8u152
|
||||||
revision=1
|
revision=1
|
||||||
|
|
||||||
_longVersion=1.${version%u*}.0_${version#*u}
|
_longVersion=1.${version%u*}.0_${version#*u}
|
||||||
_build=01
|
_build=16
|
||||||
_tag=090f390dda5b47b9b721c7dfaa008135
|
_tag=aa0333dd3019491ca4f6ddbe78cdb6d0
|
||||||
|
|
||||||
short_desc="Java Runtime Environment (JRE)"
|
short_desc="Java Runtime Environment (JRE)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -22,12 +22,12 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64)
|
x86_64)
|
||||||
_arch=amd64
|
_arch=amd64
|
||||||
_filename=jre-${version}-linux-x64.tar.gz
|
_filename=jre-${version}-linux-x64.tar.gz
|
||||||
checksum=4e6e11aad54ae3c716a5607ee88d81f3f1e8b5b23ee474b0272dba351ee9f28a
|
checksum=ed04ffbf8050a69b15f02c51a2cae8e0de9362e7f6fe8995b1c39c613fc20ede
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_arch=i386
|
_arch=i386
|
||||||
_filename=jre-${version}-linux-i586.tar.gz
|
_filename=jre-${version}-linux-i586.tar.gz
|
||||||
checksum=9ac5b0d6cda9279a4959a6eb635d849d745a37dafc24666539d1c8f7d76ab77a
|
checksum=1d0c9202fbed3136d46674547b92d467e28b6256dce5d1793c55c284c285a14d
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue