diff options
-rw-r--r-- | system/Sl/Sl.SlackBuild | 3 | ||||
-rw-r--r-- | system/Sl/Sl.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/system/Sl/Sl.SlackBuild b/system/Sl/Sl.SlackBuild index 5dfca63d830d4..3e7726a779c8b 100644 --- a/system/Sl/Sl.SlackBuild +++ b/system/Sl/Sl.SlackBuild @@ -18,9 +18,6 @@ TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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/Sl/Sl.info b/system/Sl/Sl.info index 37bd254292664..9229e34ab82cd 100644 --- a/system/Sl/Sl.info +++ b/system/Sl/Sl.info @@ -1,7 +1,7 @@ PRGNAM="Sl" VERSION="1.1.3" -HOMEPAGE="http://web.archive.org/web/20131228142311/http://practicalthought.com/sl/" -DOWNLOAD="http://web.archive.org/web/20150726011829/http://practicalthought.com:80/sl/sl" +HOMEPAGE="https://web.archive.org/web/20131228142311/http://practicalthought.com/sl/" +DOWNLOAD="https://web.archive.org/web/20150726011829/http://practicalthought.com:80/sl/sl" MD5SUM="ed4c22a531e957c95df5f41206d6ed2f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |