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 | 90341ee1f75598d143bc76f39f2055e0fd12e443 (patch) | |
tree | 49933553269d6a72f1c66cbd163a4d179ab0eb77 /network/cicb | |
parent | 2b639e8c302216df80415ef8388d0dbbef17589d (diff) |
network/cicb: Update download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cicb')
-rw-r--r-- | network/cicb/cicb.info | 2 | ||||
-rw-r--r-- | network/cicb/git2targz.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/cicb/cicb.info b/network/cicb/cicb.info index cfcb0af2834d..53edd892483d 100644 --- a/network/cicb/cicb.info +++ b/network/cicb/cicb.info @@ -1,7 +1,7 @@ PRGNAM="cicb" VERSION="5.2.0b1+git20170501" HOMEPAGE="https://github.com/hoche/cicb/" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/cicb-5.2.0b1+git20170501.tar.xz" +DOWNLOAD="https://slackware.uk/~urchlay/src/cicb-5.2.0b1+git20170501.tar.xz" MD5SUM="ff3afbdad3f6744a154965b26c75db2e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/network/cicb/git2targz.sh b/network/cicb/git2targz.sh index c8cd99f76b72..de4eaab723d3 100644 --- a/network/cicb/git2targz.sh +++ b/network/cicb/git2targz.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! |