jre: update to 7u45.
This commit is contained in:
parent
f967864f2c
commit
1b05a5925a
|
@ -1,24 +1,25 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=jre
|
pkgname=jre
|
||||||
_extraversion=1.7.0_40
|
_extraversion=1.7.0_45
|
||||||
version=7u40
|
version=7u45
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="jre${_extraversion}"
|
wrksrc="jre${_extraversion}"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
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"
|
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/7/jre-${version}-linux-x64.tar.gz"
|
||||||
checksum=79ea9f176969421fe94df3a69b8c9618e975844e7667ebc2274c30c2146f45e4
|
checksum=e107d8ca8dcd570207b4eff793e7b83a1ff82f1ed4ea8a80d88f5edc000c74c7
|
||||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/oracle/7/jre-${version}-linux-i586.tar.gz"
|
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/7/jre-${version}-linux-i586.tar.gz"
|
||||||
checksum=d2493c882a8bb6ae50d2dc2d43dc1d86870674d383e3e9e9b4e100ba499fab1f
|
checksum=c6cec1ce57bc9b8b425f26e4e57ccdffc9667e4daf8ddca0d695e2db108ab233
|
||||||
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="davehome <davehome@redthumb.info.tm>"
|
||||||
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"
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
nonfree=yes
|
nonfree=yes
|
||||||
|
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}"
|
provides="java-runtime-${version}_1"
|
||||||
replaces="java-runtime>=0"
|
replaces="java-runtime>=0"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue