oracle-jre: update to 8u40.

This commit is contained in:
Enno Boland 2015-03-05 08:15:47 +01:00
parent f08508f7bb
commit d5900f594c
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'oracle-jre' # Template file for 'oracle-jre'
pkgname=oracle-jre pkgname=oracle-jre
version=8u31 version=8u40
_longVersion=1.8.0_31 _longVersion=1.8.0_40
_build=13 _build=25
revision=2 revision=1
short_desc="Java Runtime Environment (JRE)" short_desc="Java Runtime Environment (JRE)"
maintainer="Enno Boland <eb@s01.de>" maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html" homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
@ -20,12 +20,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="236903524103db776f604aed1f07bca7907876218e803da7688b8e46f8155b24" checksum="45822f316df48774cd5ecfecbd8525032ee91025404c033ccde75a54768cc408"
;; ;;
i686) i686)
_arch=i386 _arch=i386
_filename=jre-${version}-linux-i586.tar.gz _filename=jre-${version}-linux-i586.tar.gz
checksum="251358ce535d3a50f47f90a1dc690cb12dd5e9f960757503eaefcd5504732dfd" checksum="bf52d01a3cfb6f80cde3026a27897f2e532bd546b3880b3c9fa66257da4ef40b"
;; ;;
esac esac