diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-31 03:26:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:56 +0700 |
commit | 2dee38de19b0cdac063177985dddca542713de63 (patch) | |
tree | 5078c868512481a2bb7e433f7b51f6a0f95b4311 /development/hexer | |
parent | 80a46954e2096bf3d6a8cde254b4c05cfe419f07 (diff) | |
download | slackbuilds-2dee38de19b0cdac063177985dddca542713de63.tar.gz |
development/hexer: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hexer')
-rw-r--r-- | development/hexer/hexer.SlackBuild | 3 | ||||
-rw-r--r-- | development/hexer/hexer.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/development/hexer/hexer.SlackBuild b/development/hexer/hexer.SlackBuild index 61d18aa062..6a244a86cc 100644 --- a/development/hexer/hexer.SlackBuild +++ b/development/hexer/hexer.SlackBuild @@ -22,9 +22,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/hexer/hexer.info b/development/hexer/hexer.info index 9f0e64b184..49f620733a 100644 --- a/development/hexer/hexer.info +++ b/development/hexer/hexer.info @@ -1,6 +1,6 @@ PRGNAM="hexer" VERSION="1.0.6" -HOMEPAGE="http://devel.ringlet.net/editors/hexer/" +HOMEPAGE="https://devel.ringlet.net/editors/hexer/" DOWNLOAD="https://devel.ringlet.net/files/editors/hexer/hexer-1.0.6.tar.xz" MD5SUM="516d37a8f027cd556e98c4b81dfcf79a" DOWNLOAD_x86_64="" |