oracle-jre: update to 8u11

This commit is contained in:
Enno Boland 2014-07-16 18:08:36 +02:00
parent d7ea043be6
commit 374ddab511

View file

@ -1,8 +1,9 @@
# Template file for 'oracle-jre' # Template file for 'oracle-jre'
pkgname=oracle-jre pkgname=oracle-jre
version=8u5 version=8u11
_longVersion=1.8.0_05 _longVersion=1.8.0_11
revision=3 _build=12
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,16 +21,16 @@ 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="de7ba8e27b9e7352c44608969871dc11dedadd26d81865f9a42aabff8dadba2a" checksum="17d0d015c3bd7e535490c6ce869655b6ac4024ba3dc39dc9ed743de4376750a4"
;; ;;
i686) i686)
_arch=i386 _arch=i386
_filename=jre-${version}-linux-i586.tar.gz _filename=jre-${version}-linux-i586.tar.gz
checksum="77a81e63325af682d52875e6699d5edd5f3be668025bcc99f5d9132c46b82053" checksum="b1348b4842cc23862ea9ef69f71674f49fc1197caec0a8d82502009568762442"
;; ;;
esac esac
distfiles="http://download.oracle.com/otn-pub/java/jdk/${version}-b13/${_filename}" distfiles="http://download.oracle.com/otn-pub/java/jdk/${version}-b${_build}/${_filename}"
wrksrc="jre$_longVersion" wrksrc="jre$_longVersion"
do_fetch() { do_fetch() {