aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-03-14 12:32:49 -0400
committerB. Watson <yalhcru@gmail.com>2021-03-14 12:32:49 -0400
commit093cee5c7b01d7562e3ef51e65625543c0971705 (patch)
tree1204cff561fbd3432de5634649912d8d1951dff3
parent2dc66a8384562b3aec6499b71e12b26b003b602b (diff)
downloadsbostuff-093cee5c7b01d7562e3ef51e65625543c0971705.tar.gz
Fix doubleplusungood refs unlinks (naptime => slackware.uk, http => https)
-rwxr-xr-xsbofindsrc3
-rw-r--r--sbosrcarch.faq10
-rw-r--r--sbosrcarch.list3
-rw-r--r--sbosrcarch.txt4
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),