diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-05 14:30:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:34 +0700 |
commit | a4a0a0fdce8140febeb32a594e2d5a5ba0fb21f9 (patch) | |
tree | 8f57c7a9860786514664f708aea74783fef205e2 /games/bloodcm | |
parent | 9827985d83a628f21a1fb8899d3b9ffe0d0dd073 (diff) |
games/bloodcm: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/bloodcm')
-rw-r--r-- | games/bloodcm/README | 4 | ||||
-rw-r--r-- | games/bloodcm/bloodcm.SlackBuild | 3 | ||||
-rw-r--r-- | games/bloodcm/bloodcm.info | 2 |
3 files changed, 1 insertions, 8 deletions
diff --git a/games/bloodcm/README b/games/bloodcm/README index 30629a9271a7..b5e02f39f8ac 100644 --- a/games/bloodcm/README +++ b/games/bloodcm/README @@ -11,7 +11,3 @@ eduke32 will need to be at least version 20160704_5811 for this to work. To play BloodCM: Launch EDuke32, select BloodCM in the "Custom Game" drop-down list, click "Start". - -When new versions of BloodCM are released, the download URL doesn't -change. If you get an md5sum error on the downloaded file, please -contact the maintainer of this SlackBuild. diff --git a/games/bloodcm/bloodcm.SlackBuild b/games/bloodcm/bloodcm.SlackBuild index f9ac592f5c95..a0f146fad8db 100644 --- a/games/bloodcm/bloodcm.SlackBuild +++ b/games/bloodcm/bloodcm.SlackBuild @@ -19,9 +19,6 @@ 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/games/bloodcm/bloodcm.info b/games/bloodcm/bloodcm.info index 849e5f8899d9..9707d9903c03 100644 --- a/games/bloodcm/bloodcm.info +++ b/games/bloodcm/bloodcm.info @@ -1,7 +1,7 @@ PRGNAM="bloodcm" VERSION="12.2016" HOMEPAGE="https://www.moddb.com/games/bloodcm" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/38-blood-crossmatching" +DOWNLOAD="https://slackware.uk/~urchlay/src/38-blood-crossmatching" MD5SUM="62c3371f353c07ed0bd42c96a37f7d08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |