diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-07 14:50:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:02 +0700 |
commit | 4630d768c924f513fff43244cc5e2b84fbfb40a6 (patch) | |
tree | 7fceb35bd5e7f69c0c72e0414788f8b94b532573 /development | |
parent | c7417b8dbc3ab855c7dbf677625ae37546db0955 (diff) |
development/xa: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/xa/xa.SlackBuild | 3 | ||||
-rw-r--r-- | development/xa/xa.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/development/xa/xa.SlackBuild b/development/xa/xa.SlackBuild index 69d96d8375d5..1f589f64830e 100644 --- a/development/xa/xa.SlackBuild +++ b/development/xa/xa.SlackBuild @@ -47,9 +47,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/xa/xa.info b/development/xa/xa.info index 6b872338ad24..a92714acb03c 100644 --- a/development/xa/xa.info +++ b/development/xa/xa.info @@ -1,6 +1,6 @@ PRGNAM="xa" VERSION="2.3.11" -HOMEPAGE="http://www.floodgap.com/retrotech/xa/" +HOMEPAGE="https://www.floodgap.com/retrotech/xa/" DOWNLOAD="https://slackware.uk/~urchlay/src/xa-2.3.11.tar.gz \ https://slackware.uk/~urchlay/src/dxa-0.1.4.tar.gz" MD5SUM="72cbd5619f75b0c9839b90c41d0f9ea6 \ |