oracle-jre: do not check certificate in INSTALL script, checksums are enough.

This commit is contained in:
Enno Boland 2016-02-25 12:36:10 +01:00
parent 14a1a1b756
commit 53ffa27b74
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ BUILD_DIR="./var/tmp/${PKGNAME}-${VERSION}.build"
do_install() {
mkdir -p "$BUILD_DIR"
wget \
--no-check-certificate \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \
--progress=bar:force \
-c -O $BUILD_DIR/jre.tar.gz \

View file

@ -1,7 +1,7 @@
# Template file for 'oracle-jre'
pkgname=oracle-jre
version=8u73
revision=1
revision=2
_longVersion=1.${version%u*}.0_${version#*u}
_build=02