oracle-jre: update to 8u45.

This commit is contained in:
Enno Boland 2015-04-15 22:38:54 +02:00
parent 35a2801a35
commit c6071b5f05

View file

@ -1,9 +1,10 @@
# Template file for 'oracle-jre'
pkgname=oracle-jre
version=8u40
_longVersion=1.8.0_40
_build=25
version=8u45
_longVersion=1.8.0_45
revision=1
_build=14
short_desc="Java Runtime Environment (JRE)"
maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
@ -20,12 +21,12 @@ case "${XBPS_TARGET_MACHINE}" in
x86_64)
_arch=amd64
_filename=jre-${version}-linux-x64.tar.gz
checksum="45822f316df48774cd5ecfecbd8525032ee91025404c033ccde75a54768cc408"
checksum="c156128cd92eb91e9320f61a8f36305b3382043afe3467304c6abd044d27da0a"
;;
i686)
_arch=i386
_filename=jre-${version}-linux-i586.tar.gz
checksum="bf52d01a3cfb6f80cde3026a27897f2e532bd546b3880b3c9fa66257da4ef40b"
checksum="2f0bfecaae5afe296f42064d9725100698341f87bc46dc2c71cb0a4f03ba1574"
;;
esac