Update update_package.sh so as to reflect 11.0.3+7 sources

This commit is contained in:
Severin Gehwolf 2019-06-21 14:04:04 +02:00
parent 543ea6eb05
commit 12bcca3b0c

View File

@ -34,8 +34,8 @@ fi
# OpenJDK from Shenandoah project
export PROJECT_NAME="shenandoah"
export REPO_NAME="jdk11"
# warning, clonning without shenadnaoh suffix, you will clone pure jdk - thus without shenandaoh GC
export VERSION="shenandoah-jdk-11.0.1+13"
# warning, clonning without shenadnaoh prefix, you will clone pure jdk - thus without shenandaoh GC
export VERSION="shenandoah-jdk-11.0.3+7"
export COMPRESSION=xz
# unset tapsets overrides
export OPENJDK_URL=""