Merge pull request #6588 from cr6git/Oracle-JRE
oracle-jre: update to 8u131
This commit is contained in:
commit
e0066ae313
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=oracle-jre
|
pkgname=oracle-jre
|
||||||
version=8u121
|
version=8u131
|
||||||
revision=1
|
revision=1
|
||||||
|
|
||||||
_longVersion=1.${version%u*}.0_${version#*u}
|
_longVersion=1.${version%u*}.0_${version#*u}
|
||||||
_build=13
|
_build=11
|
||||||
_tag=e9e7ea248e2c4826b92b3f075a80e441
|
_tag=d54c1d3a095b4ff2b6607d096fa80163
|
||||||
|
|
||||||
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="30bf5fbac0cfbc9201cac1d6973dbc96e5f55043ab315eda8c7aeb23df4f2644"
|
checksum="355e5cdb066d4cada1f9f16f358b6fa6280ff5caf7470cf0d5cdd43083408d35"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_arch=i386
|
_arch=i386
|
||||||
_filename=jre-${version}-linux-i586.tar.gz
|
_filename=jre-${version}-linux-i586.tar.gz
|
||||||
checksum="1b28662780c98b3233e8dacaa07c505a70c53463d3b00720baa59f955ab1e1bb"
|
checksum="a773f2fe17061ef637ed2094b06313a99c0b45ba3d3cb7f8f1ebf18448495aeb"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user