From f20591eb422ecfc2caef43fe2ce6100271e667b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Andrl=C3=ADk?= Date: Thu, 7 Nov 2024 16:04:43 +0100 Subject: [PATCH] bumping the release of the jtregs, to feature the new jtrfix for compilation errors --- run.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run.sh b/run.sh index ae010af..6c7b9e7 100755 --- a/run.sh +++ b/run.sh @@ -111,11 +111,11 @@ echo "treating jdk as: $JDK_MAJOR" if [ ! -e "$JTREG_HOME" ] ; then if [ "0$JDK_MAJOR" -le "8" ] ; then - ball=jtreg-6+1-jtrfix.tar.gz - curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball" + ball=jtreg-6+2-jtrfix.tar.gz + curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/6.2-jtrfix-V01.0/$ball" else - ball=jtreg-7.3.1+1-jtrfix.tar.gz - curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B1-jtrfix-V01.0/$ball" + ball=jtreg-7.3.1+2-jtrfix.tar.gz + curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B2-jtrfix-V01.0/$ball" fi tar -xf $ball fi