jre: update to 7u25.
This commit is contained in:
parent
a23b622731
commit
7d6a43323e
1 changed files with 6 additions and 8 deletions
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'oracle-jre'
|
||||
pkgname=jre
|
||||
_extraversion=1.7.0_21
|
||||
version=7u21
|
||||
_extraversion=1.7.0_25
|
||||
version=7u25
|
||||
revision=1
|
||||
wrksrc="jre${_extraversion}"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/oracle/7/jre-${version}-linux-x64.tar.gz"
|
||||
checksum=27c846d070884f30084f212c8ca76af272177efc460304503bfaa488ff1ad8f1
|
||||
distfiles="http://ftp.wsisiz.edu.pl/pub/pc/pozyteczne%20oprogramowanie/java/jre-${version}-linux-x64.tar.gz"
|
||||
checksum=3c4496316fb413d5ab0590e9971676a521b9a600b3ceaac311f04c18c98a98c0
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/oracle/7/jre-${version}-linux-i586.tar.gz"
|
||||
checksum=30906850c673d5485813487b53db91260133196bb1ad7dc0757b652df9866f7a
|
||||
distfiles="http://ftp.wsisiz.edu.pl/pub/pc/pozyteczne%20oprogramowanie/java/jre-${version}-linux-i586.tar.gz"
|
||||
checksum=4016965536d8607743267812ab04e6d428036dda432893748c1df6cb77b09628
|
||||
fi
|
||||
|
||||
short_desc="Oracle's Java Runtime Environment (JRE) - Version 7"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
||||
|
|
Loading…
Reference in a new issue