diff options
author | B. Watson <yalhcru@gmail.com> | 2020-07-17 23:19:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:28 +0700 |
commit | 16241c15c84daefa8f9beda6af38b2b4731ce3f0 (patch) | |
tree | a34c85c21b9d4343f37df623356791023c5ee304 /network/gophernicus | |
parent | 90341ee1f75598d143bc76f39f2055e0fd12e443 (diff) |
network/gophernicus: Update download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/gophernicus')
-rw-r--r-- | network/gophernicus/git2tarxz.sh | 2 | ||||
-rw-r--r-- | network/gophernicus/gophernicus.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/gophernicus/git2tarxz.sh b/network/gophernicus/git2tarxz.sh index e4937ba1c424..2da7118d54cf 100644 --- a/network/gophernicus/git2tarxz.sh +++ b/network/gophernicus/git2tarxz.sh @@ -46,7 +46,7 @@ Archive created: $PRGNAM-$VERSION.tar.xz Update $PRGNAM.info with: VERSION="$VERSION" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/$PRGNAM-$VERSION.tar.xz" +DOWNLOAD="https://slackware.uk/~urchlay/src/$PRGNAM-$VERSION.tar.xz" MD5SUM="$( md5sum $PRGNAM-$VERSION.tar.xz | cut -d' ' -f1 )" Don't forget to upload the new source! diff --git a/network/gophernicus/gophernicus.info b/network/gophernicus/gophernicus.info index 8986cecfd305..a9f15b99e833 100644 --- a/network/gophernicus/gophernicus.info +++ b/network/gophernicus/gophernicus.info @@ -1,7 +1,7 @@ PRGNAM="gophernicus" VERSION="2.5v101" HOMEPAGE="https://github.com/kimholviala/gophernicus" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/gophernicus-2.5v101.tar.xz" +DOWNLOAD="https://slackware.uk/~urchlay/src/gophernicus-2.5v101.tar.xz" MD5SUM="a95b9c71bf67581b66703d979e5e3789" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |