mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
jre: update to 7u55.
This commit is contained in:
parent
8c8a7def1c
commit
cccebd4bfa
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=jre
|
pkgname=jre
|
||||||
_extraversion=1.7.0_51
|
_extraversion=1.7.0_55
|
||||||
version=7u51
|
version=7u55
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="jdk${_extraversion}"
|
wrksrc="jdk${_extraversion}"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
distfiles="http://ghaffarian.net/downloads/Java/JDK/jdk-${version}-linux-x64.tar.gz"
|
distfiles="http://ghaffarian.net/downloads/Java/JDK/jdk-${version}-linux-x64.tar.gz"
|
||||||
checksum=77367c3ef36e0930bf3089fb41824f4b8cf55dcc8f43cce0868f7687a474f55c
|
checksum=86f8c25718801672b7289544119e7909de82bb48393b78ae89656b2561675697
|
||||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
distfiles="http://ghaffarian.net/downloads/Java/JDK/jdk-${version}-linux-i586.tar.gz"
|
distfiles="http://ghaffarian.net/downloads/Java/JDK/jdk-${version}-linux-i586.tar.gz"
|
||||||
checksum=b3a2965e44446e476f4e27f7ea13a503a91403ac80bcd71693ad2f84baff42cf
|
checksum=81792b39f19124420186c793282548bcb91c521f42f19d2509aeb6b9682c1b78
|
||||||
fi
|
fi
|
||||||
short_desc="Oracle's Java Runtime Environment (JRE) - Version 7"
|
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"
|
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
||||||
license="oracle"
|
license="oracle"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ lib32disabled=yes
|
||||||
nonfree=yes
|
nonfree=yes
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
depends="hicolor-icon-theme desktop-file-utils xdg-utils shared-mime-info"
|
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"
|
replaces="java-runtime>=0"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue