From cd32db9db5858cfbfe22c7fc7a0b2d612f9f6591 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 8 Mar 2021 17:35:41 -0500 Subject: sbosrc: use correct sbosrcarch URL --- sbosrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbosrc b/sbosrc index d44fdb1..6d45922 100755 --- a/sbosrc +++ b/sbosrc @@ -10,8 +10,8 @@ # https://slackware.uk/~urchlay/repos/sbostuff/plain/sbofindsrc # path to the root of your archive (contains the by-name and -# by-md5 directories). -ARCHIVE=http://slackware.org.uk/sbosrcarch/ +# by-md5 directories). no trailing slash here. +ARCHIVE=https://slackware.uk/sbosrcarch . $( pwd )/*.info || ( echo "no .info file in current dir" 1>&2 && exit 1 ) -- cgit v1.2.3