diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-05-20 00:47:24 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-05-20 00:47:24 -0400 |
| commit | 48bd5dbb1297b386f7913ac485c5ec186c41419f (patch) | |
| tree | 71e259e5f737ea20cbe9a99a6705226f8c0422b6 | |
| parent | 60a29d05bb4aa3668ddc5f78c3b4a4a1ea33a0bf (diff) | |
| download | sbosrcarch-master.tar.gz | |
Update %url_filename_collisions URLs (correct fix will be to calculate them instead of hardcoding).HEADmaster
| -rwxr-xr-x | sbosrcarch | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' ); |
