oracle-jre: update to 8u172
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7707b1c5ad
commit
979169a27c
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'oracle-jre'
|
||||
pkgname=oracle-jre
|
||||
version=8u162
|
||||
version=8u172
|
||||
revision=1
|
||||
|
||||
_longVersion=1.${version%u*}.0_${version#*u}
|
||||
_build=12
|
||||
_tag=0da788060d494f5095bf8624735fa2f1
|
||||
_build=11
|
||||
_tag=a58eab1ec242421181065cdc37240b08
|
||||
|
||||
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=dfa25ebd1f90bf74ad7ba2dacb0e08d884594e733c9a522b58256778031341a4
|
||||
checksum=f08f25aec2bdc86138ccba8fd5b904451e3afa1d24a88c85f28c2d84bfd45bad
|
||||
;;
|
||||
i686)
|
||||
_arch=i386
|
||||
_filename=jre-${version}-linux-i586.tar.gz
|
||||
checksum=b0752798b28ce6e6bb133070f06fbdbd0a5bbbaf678f6c40a6def5c25e102289
|
||||
checksum=ce7924a8dbfac69814b360d639a0abc04963d68c8f507b79715cdb5fb2f098c7
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue