From 48bd5dbb1297b386f7913ac485c5ec186c41419f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 20 May 2026 00:47:24 -0400 Subject: Update %url_filename_collisions URLs (correct fix will be to calculate them instead of hardcoding). --- sbosrcarch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbosrcarch b/sbosrcarch index 2acb63c..183a88e 100755 --- a/sbosrcarch +++ b/sbosrcarch @@ -9,9 +9,9 @@ our $DEBUG_HTTP = 0; # this list could be populated automatically, but it wouldn't have # changed in the past 3 years, so might as well hard-code it. our %url_filename_collisions = ( - 'http://hgwdev.cse.ucsc.edu/~kent/exe/opteron/blatSuite.34.zip' => 'blatSuite.34.zip.x86_64', - 'https://www.perforce.com/downloads/perforce/r18.1/bin.linux26x86_64/p4' => 'p4.x86_64', - 'https://www.perforce.com/downloads/perforce/r18.1/bin.linux26x86_64/p4d' => 'p4d.x86_64', + 'https://hgwdev.cse.ucsc.edu/~kent/exe/opteron/blatSuite.34.zip' => 'blatSuite.34.zip.x86_64', + 'https://www.perforce.com/downloads/perforce/r18.2/bin.linux26x86_64/p4' => 'p4.x86_64', + 'https://www.perforce.com/downloads/perforce/r18.2/bin.linux26x86_64/p4d' => 'p4d.x86_64', 'https://ftp.mirrorservice.org/sites/download.salixos.org/x86_64/extra-14.2/source/libraries/p4api/p4api.tgz' => 'p4api.tgz.x86_64' ); -- cgit v1.2.3