diff options
-rw-r--r-- | development/bsdiff/bsdiff.SlackBuild | 3 | ||||
-rw-r--r-- | development/bsdiff/bsdiff.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/development/bsdiff/bsdiff.SlackBuild b/development/bsdiff/bsdiff.SlackBuild index b7cd9b640984..0a240e7d67f4 100644 --- a/development/bsdiff/bsdiff.SlackBuild +++ b/development/bsdiff/bsdiff.SlackBuild @@ -46,9 +46,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/bsdiff/bsdiff.info b/development/bsdiff/bsdiff.info index d647cd9e4493..834f0a670eb3 100644 --- a/development/bsdiff/bsdiff.info +++ b/development/bsdiff/bsdiff.info @@ -1,7 +1,7 @@ PRGNAM="bsdiff" VERSION="4.3" -HOMEPAGE="http://www.daemonology.net/bsdiff/" -DOWNLOAD="http://ftp.osuosl.org/pub/gentoo/distfiles/bsdiff-4.3.tar.gz" +HOMEPAGE="https://www.daemonology.net/bsdiff/" +DOWNLOAD="https://ftp.osuosl.org/pub/gentoo/distfiles/bsdiff-4.3.tar.gz" MD5SUM="e6d812394f0e0ecc8d5df255aa1db22a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |