diff options
-rw-r--r-- | system/lzop/lzop.SlackBuild | 3 | ||||
-rw-r--r-- | system/lzop/lzop.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/system/lzop/lzop.SlackBuild b/system/lzop/lzop.SlackBuild index 632240837e13..f96112212342 100644 --- a/system/lzop/lzop.SlackBuild +++ b/system/lzop/lzop.SlackBuild @@ -44,9 +44,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/system/lzop/lzop.info b/system/lzop/lzop.info index 4f49ad43e6a5..32e46929fa9c 100644 --- a/system/lzop/lzop.info +++ b/system/lzop/lzop.info @@ -1,7 +1,7 @@ PRGNAM="lzop" VERSION="1.04" -HOMEPAGE="http://www.lzop.org/" -DOWNLOAD="http://www.lzop.org/download/lzop-1.04.tar.gz" +HOMEPAGE="https://www.lzop.org/" +DOWNLOAD="https://www.lzop.org/download/lzop-1.04.tar.gz" MD5SUM="271eb10fde77a0a96b9cbf745e719ddf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |