oracle-jre: update to 8u60.
This commit is contained in:
parent
359eae17d5
commit
21f3b93741
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'oracle-jre'
|
||||
pkgname=oracle-jre
|
||||
version=8u51
|
||||
_longVersion=1.8.0_51
|
||||
version=8u60
|
||||
_longVersion=1.8.0_60
|
||||
revision=1
|
||||
_build=16
|
||||
_build=27
|
||||
|
||||
short_desc="Java Runtime Environment (JRE)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -21,12 +21,12 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
x86_64)
|
||||
_arch=amd64
|
||||
_filename=jre-${version}-linux-x64.tar.gz
|
||||
checksum="25c2146b4ff1a12a9449589f8372f7f67cb63d6f6ad2b7f9ec92181cd3a31cee"
|
||||
checksum="49dadecd043152b3b448288a35a4ee6f3845ce6395734bacc1eae340dff3cbf5"
|
||||
;;
|
||||
i686)
|
||||
_arch=i386
|
||||
_filename=jre-${version}-linux-i586.tar.gz
|
||||
checksum="e59a6fc88e1fc62167be684ffd5de90f5d31f1c7b7e6361dde24b45afeaa8d3a"
|
||||
checksum="8e05fa8bf73937d5e63ae80583f1e33858f0ef6be23701fd3b0070ea7af4d93a"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue