oracle-jre: update to 8u202
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
724b1da38d
commit
a86f6dd2f9
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=oracle-jre
|
pkgname=oracle-jre
|
||||||
version=8u192
|
version=8u202
|
||||||
revision=1
|
revision=1
|
||||||
|
|
||||||
_longVersion=1.${version%u*}.0_${version#*u}
|
_longVersion=1.${version%u*}.0_${version#*u}
|
||||||
_build=12
|
_build=08
|
||||||
_tag=750e1c8617c5452694857ad95c3ee230
|
_tag=1961070e4c9b4e26a04e7f5a083f551e
|
||||||
|
|
||||||
short_desc="Java Runtime Environment (JRE)"
|
short_desc="Java Runtime Environment (JRE)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -23,12 +23,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=f23a3e2b9decef82b74f850157580d929ab35e9f19be5e0a10c779b68be51d43
|
checksum=9efb1493fcf636e39c94f47bacf4f4324821df2d3aeea2dc3ea1bdc86428cb82
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_arch=i386
|
_arch=i386
|
||||||
_filename=jre-${version}-linux-i586.tar.gz
|
_filename=jre-${version}-linux-i586.tar.gz
|
||||||
checksum=78a7e7fb55fb995e28aab70d3bb6fb305f39b32af57681d654f9799d11bf5718
|
checksum=12832f354fea65b8df31ee2b28faa4c7a673e0c0a8660c9d0daa5b68aee83e4c
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue