jre: update to 7u55.
This commit is contained in:
parent
8c8a7def1c
commit
cccebd4bfa
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'oracle-jre'
|
||||
pkgname=jre
|
||||
_extraversion=1.7.0_51
|
||||
version=7u51
|
||||
revision=3
|
||||
_extraversion=1.7.0_55
|
||||
version=7u55
|
||||
revision=1
|
||||
wrksrc="jdk${_extraversion}"
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
distfiles="http://ghaffarian.net/downloads/Java/JDK/jdk-${version}-linux-x64.tar.gz"
|
||||
checksum=77367c3ef36e0930bf3089fb41824f4b8cf55dcc8f43cce0868f7687a474f55c
|
||||
checksum=86f8c25718801672b7289544119e7909de82bb48393b78ae89656b2561675697
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
distfiles="http://ghaffarian.net/downloads/Java/JDK/jdk-${version}-linux-i586.tar.gz"
|
||||
checksum=b3a2965e44446e476f4e27f7ea13a503a91403ac80bcd71693ad2f84baff42cf
|
||||
checksum=81792b39f19124420186c793282548bcb91c521f42f19d2509aeb6b9682c1b78
|
||||
fi
|
||||
short_desc="Oracle's Java Runtime Environment (JRE) - Version 7"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
||||
license="oracle"
|
||||
|
||||
|
@ -20,7 +20,7 @@ lib32disabled=yes
|
|||
nonfree=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
depends="hicolor-icon-theme desktop-file-utils xdg-utils shared-mime-info"
|
||||
provides="java-runtime-${version}_1"
|
||||
provides="java-runtime-${version}_${revision}"
|
||||
replaces="java-runtime>=0"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue