oracle-jre: update to 8u121.
This commit is contained in:
parent
c3739db11d
commit
7b0fee666c
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'oracle-jre'
|
||||
pkgname=oracle-jre
|
||||
version=8u101
|
||||
version=8u121
|
||||
revision=1
|
||||
|
||||
_longVersion=1.${version%u*}.0_${version#*u}
|
||||
_build=13
|
||||
_tag=e9e7ea248e2c4826b92b3f075a80e441
|
||||
|
||||
short_desc="Java Runtime Environment (JRE)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -21,12 +22,12 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
x86_64)
|
||||
_arch=amd64
|
||||
_filename=jre-${version}-linux-x64.tar.gz
|
||||
checksum="33026a91f4acb751979f05a5c72b65feaabd5b5c18604e62bc94d2feea7f7523"
|
||||
checksum="30bf5fbac0cfbc9201cac1d6973dbc96e5f55043ab315eda8c7aeb23df4f2644"
|
||||
;;
|
||||
i686)
|
||||
_arch=i386
|
||||
_filename=jre-${version}-linux-i586.tar.gz
|
||||
checksum="b28408fae50303b0f93677ff906e59c4807f7b2b34e6ef982099ae5eaadc6f93"
|
||||
checksum="1b28662780c98b3233e8dacaa07c505a70c53463d3b00720baa59f955ab1e1bb"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -48,7 +49,7 @@ alternatives="
|
|||
java-plugin:/usr/lib/mozilla/plugins/libnpjp2.so:/usr/lib/jvm/jre${_longVersion}/lib/$_arch/libnpjp2.so
|
||||
"
|
||||
|
||||
distfiles="http://download.oracle.com/otn-pub/java/jdk/${version}-b${_build}/${_filename}"
|
||||
distfiles="http://download.oracle.com/otn-pub/java/jdk/${version}-b${_build}/$_tag/${_filename}"
|
||||
wrksrc="jre$_longVersion"
|
||||
|
||||
do_fetch() {
|
||||
|
|
Loading…
Add table
Reference in a new issue