oracle-jre: update to 8u181

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-02 21:09:11 +02:00
parent 62b8ce6032
commit f9cd03cb24
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -1,11 +1,11 @@
# Template file for 'oracle-jre'
pkgname=oracle-jre
version=8u172
version=8u181
revision=1
_longVersion=1.${version%u*}.0_${version#*u}
_build=11
_tag=a58eab1ec242421181065cdc37240b08
_build=13
_tag=96a7b8442fe848ef90c96a2fad6ed6d1
short_desc="Java Runtime Environment (JRE)"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -22,12 +22,12 @@ case "${XBPS_TARGET_MACHINE}" in
x86_64)
_arch=amd64
_filename=jre-${version}-linux-x64.tar.gz
checksum=f08f25aec2bdc86138ccba8fd5b904451e3afa1d24a88c85f28c2d84bfd45bad
checksum=0b26c7fcfad20029e6e0989e678efcd4a81f0fe502a478b4972215533867de1b
;;
i686)
_arch=i386
_filename=jre-${version}-linux-i586.tar.gz
checksum=ce7924a8dbfac69814b360d639a0abc04963d68c8f507b79715cdb5fb2f098c7
checksum=5e2d3c0808480de058ad7b114113d029a76fa406f9402ae4d82555247473d3bb
;;
esac