oracle-jre: update to 8u77.
This commit is contained in:
parent
112b8ffae7
commit
a3f897ed6e
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=oracle-jre
|
pkgname=oracle-jre
|
||||||
version=8u73
|
version=8u77
|
||||||
revision=2
|
revision=1
|
||||||
|
|
||||||
_longVersion=1.${version%u*}.0_${version#*u}
|
_longVersion=1.${version%u*}.0_${version#*u}
|
||||||
_build=02
|
_build=03
|
||||||
|
|
||||||
short_desc="Java Runtime Environment (JRE)"
|
short_desc="Java Runtime Environment (JRE)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -21,12 +21,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="d06d809b725bd8cffbc2763249a67e3c2ca6e85ba63601d82bcd03bc8d99ad4c"
|
checksum="edd9db13e81913d8758263eb5e923cbe854d24c1d47a61a7d62064a7dba5255f"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_arch=i386
|
_arch=i386
|
||||||
_filename=jre-${version}-linux-i586.tar.gz
|
_filename=jre-${version}-linux-i586.tar.gz
|
||||||
checksum="6512b9c50220dcdbda2bf3ee9966e685d386b915c44196a11b4570b929c4d33a"
|
checksum="c38fddad261e58fed2d3c49df420a679c3948d7b14474095c98706e67a26b69b"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue