From 093cee5c7b01d7562e3ef51e65625543c0971705 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 14 Mar 2021 12:32:49 -0400 Subject: Fix doubleplusungood refs unlinks (naptime => slackware.uk, http => https) --- sbofindsrc | 3 +-- sbosrcarch.faq | 10 +++++----- sbosrcarch.list | 3 +-- sbosrcarch.txt | 4 ++-- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/sbofindsrc b/sbofindsrc index 1278e65..83939ea 100755 --- a/sbofindsrc +++ b/sbofindsrc @@ -37,7 +37,6 @@ debian # leave off the trailing / (shouldn't really matter, but...) sbosrcarch_mirrors=" http://slackware.org.uk/sbosrcarch -http://urchlay.naptime.net/~urchlay/sbosrc " ### end of config, start of code @@ -194,7 +193,7 @@ debian_download() { # my own archive. Not well populated yet. naptime_download() { - do_wget "http://urchlay.naptime.net/~urchlay/src/$dlfile" + do_wget "https://slackware.uk/~urchlay/src/$dlfile" } tld_download() { diff --git a/sbosrcarch.faq b/sbosrcarch.faq index 88b0e2c..90a5a77 100644 --- a/sbosrcarch.faq +++ b/sbosrcarch.faq @@ -122,11 +122,11 @@ A: Several answers here: Add this to the base URL and get: - http://slackware.uk/sbosrcarch/by-md5/3/5/354f8756a7f33cf5b7a56377d1759e41/ + https://slackware.uk/sbosrcarch/by-md5/3/5/354f8756a7f33cf5b7a56377d1759e41/ Now add the filename part from DOWNLOAD or DOWNLOAD_x86_64, and you get: - http://slackware.uk/sbosrcarch/by-md5/3/5/354f8756a7f33cf5b7a56377d1759e41/atari800-3.1.0.tar.g + https://slackware.uk/sbosrcarch/by-md5/3/5/354f8756a7f33cf5b7a56377d1759e41/atari800-3.1.0.tar.gz This is the exact URL for the file, if it's actually present in the archive. Most likely, it will be, and your download will succeed. If @@ -140,11 +140,11 @@ A: Several answers here: Same as above, except someone's already written it for you. Download it here: - http://urchlay.naptime.net/repos/sbostuff/plain/sbosrc + https://slackware.uk/~urchlay/repos/sbostuff/plain/sbosrc ...or, it'd be better to use git: - git clone git://urchlay.naptime.net/sbostuff.git + git clone https://slackware.uk/~urchlay/repos/sbostuff Make it executable (chmod +x) and place it somewhere on your $PATH, such as /usr/local/bin. @@ -362,7 +362,7 @@ A: Two choices: The script lives here: - git clone git://urchlay.naptime.net/sbostuff.git + git clone https://slackware.uk/~urchlay/repos/sbostuff It's written in perl, and has extensive documentation. Run it as "sbosrcarch --help" to see the docs. diff --git a/sbosrcarch.list b/sbosrcarch.list index ae0ea71..9dc9c30 100644 --- a/sbosrcarch.list +++ b/sbosrcarch.list @@ -1,2 +1 @@ -http://slackware.org.uk/sbosrcarch/ -http://urchlay.naptime.net/~urchlay/sbosrc/ +https://slackware.uk/sbosrcarch/ diff --git a/sbosrcarch.txt b/sbosrcarch.txt index 5b7d112..5c428ba 100644 --- a/sbosrcarch.txt +++ b/sbosrcarch.txt @@ -36,11 +36,11 @@ well-known archives and the archive.org wayback machine. Simple script here: - http://urchlay.naptime.net/repos/sbostuff/plain/sbosrc + https://slackware.uk/repos/sbostuff/plain/sbosrc Complex script here: - http://urchlay.naptime.net/repos/sbostuff/plain/sbofindsrc + https://slackware.uk/repos/sbostuff/plain/sbofindsrc As the SBo builds are upgraded for new versions, the files here will get outdated. Once a week (or however often the archive operator decides), -- cgit v1.2.3