mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
oracle-jre: update to 8u51.
This commit is contained in:
parent
4148dbd87b
commit
6349c54d30
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'oracle-jre'
|
||||
pkgname=oracle-jre
|
||||
version=8u45
|
||||
_longVersion=1.8.0_45
|
||||
version=8u51
|
||||
_longVersion=1.8.0_51
|
||||
revision=1
|
||||
_build=14
|
||||
_build=16
|
||||
|
||||
short_desc="Java Runtime Environment (JRE)"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
@ -21,12 +21,12 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
x86_64)
|
||||
_arch=amd64
|
||||
_filename=jre-${version}-linux-x64.tar.gz
|
||||
checksum="c156128cd92eb91e9320f61a8f36305b3382043afe3467304c6abd044d27da0a"
|
||||
checksum="25c2146b4ff1a12a9449589f8372f7f67cb63d6f6ad2b7f9ec92181cd3a31cee"
|
||||
;;
|
||||
i686)
|
||||
_arch=i386
|
||||
_filename=jre-${version}-linux-i586.tar.gz
|
||||
checksum="2f0bfecaae5afe296f42064d9725100698341f87bc46dc2c71cb0a4f03ba1574"
|
||||
checksum="e59a6fc88e1fc62167be684ffd5de90f5d31f1c7b7e6361dde24b45afeaa8d3a"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue