diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-15 14:18:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:13 +0700 |
commit | b64588a8ffa48abfb2e6bc8000e577dd7eaf531d (patch) | |
tree | 053abfed6fc0ee410ba73ecb5d4f426a464678fe /games/xcowsay | |
parent | c6765443e9f7ae76e4aa1cfa41a1e5d6711c1ec8 (diff) |
games/xcowsay: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xcowsay')
-rw-r--r-- | games/xcowsay/xcowsay.SlackBuild | 3 | ||||
-rw-r--r-- | games/xcowsay/xcowsay.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/xcowsay/xcowsay.SlackBuild b/games/xcowsay/xcowsay.SlackBuild index 46ac4b43e591..7f30b85d3c78 100644 --- a/games/xcowsay/xcowsay.SlackBuild +++ b/games/xcowsay/xcowsay.SlackBuild @@ -38,9 +38,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/games/xcowsay/xcowsay.info b/games/xcowsay/xcowsay.info index c653ac4f2929..b868fc0c6369 100644 --- a/games/xcowsay/xcowsay.info +++ b/games/xcowsay/xcowsay.info @@ -1,6 +1,6 @@ PRGNAM="xcowsay" VERSION="1.5.1" -HOMEPAGE="http://www.doof.me.uk/xcowsay/" +HOMEPAGE="https://www.doof.me.uk/xcowsay/" DOWNLOAD="https://github.com/nickg/xcowsay/releases/download/r1.5.1/xcowsay-1.5.1.tar.gz" MD5SUM="e57cfd50979de8cd590968a8d3230eaa" DOWNLOAD_x86_64="" |