From eceb5b0f3a80d45210ac53139927010d730600f2 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Mon, 24 Jun 2024 11:29:31 +0100 Subject: [PATCH] Correct jtreg_7.4+1 url Signed-off-by: Andrew Leonard --- scripts/getDependencies.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/getDependencies.pl b/scripts/getDependencies.pl index e38e461e..879886e8 100644 --- a/scripts/getDependencies.pl +++ b/scripts/getDependencies.pl @@ -168,9 +168,9 @@ shaalg => '256' }, jtreg_7_4_1 => { - url => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-7.4.1.tar.gz', + url => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-7.4+1.tar.gz', fname => 'jtreg_7_4_1.tar.gz', - shaurl => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-7.4.1.tar.gz.sha256sum.txt', + shaurl => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-7.4+1.tar.gz.sha256sum.txt', shafn => 'jtreg_7_4_1.tar.gz.sha256sum.txt', shaalg => '256' },