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

This commit is contained in:
Enno Boland 2016-02-25 12:36:11 +01:00
parent 53ffa27b74
commit 5ceca5a7f7
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/jdk.tar.gz \

View File

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