diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-27 16:26:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:50 +0700 |
commit | b22ff79e15d34709db57956043e9212bc674f2c1 (patch) | |
tree | 45e75a32ab8e82f6fcc53be9a5228b843f5118e7 /system/Sl | |
parent | e72b5224d907c0fa552fe10243840c718ec30503 (diff) |
system/Sl: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Sl')
-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 5dfca63d830d..3e7726a779c8 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 37bd25429266..9229e34ab82c 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="" |