diff options
-rw-r--r-- | system/info2man/info2man.SlackBuild | 7 | ||||
-rw-r--r-- | system/info2man/info2man.info | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/info2man/info2man.SlackBuild b/system/info2man/info2man.SlackBuild index b082d3e150892..2aaeb7ca98f4e 100644 --- a/system/info2man/info2man.SlackBuild +++ b/system/info2man/info2man.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210825 bkw: no changes. looked at debian's 1.1-10, but there are +# no changes there that apply to us (only apply to debian's package +# building tools). + # 20201102 bkw: update for v1.1_9 (debian's 1.1-9) # 20140907 bkw: original site blocks downloads based on user-agent. Host @@ -22,9 +26,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# 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/system/info2man/info2man.info b/system/info2man/info2man.info index d2349216cc560..89f2471f2e7e1 100644 --- a/system/info2man/info2man.info +++ b/system/info2man/info2man.info @@ -1,8 +1,8 @@ PRGNAM="info2man" VERSION="1.1_9" HOMEPAGE="https://packages.debian.org/sid/info2man" -DOWNLOAD="http://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1.orig.tar.gz \ - http://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1-9.debian.tar.xz" +DOWNLOAD="https://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1.orig.tar.gz \ + https://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1-9.debian.tar.xz" MD5SUM="37e9cd74683e1832a4f27ad5c7961a7b \ 0610fec52815b003df8732d3ab21f0f5" DOWNLOAD_x86_64="" |