diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-26 16:35:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:04 +0700 |
commit | 34e56ebb60eec1521a61f3faaeef85804afc157a (patch) | |
tree | 5bdade4b4cb44ff549f6321e18e403e0f2a31c11 /games | |
parent | d67a3bac2ef93020211310c8a7cf8272725f4117 (diff) |
games/bloodcm: Updated for version 12.2016.
Diffstat (limited to 'games')
-rw-r--r-- | games/bloodcm/README | 4 | ||||
-rw-r--r-- | games/bloodcm/bloodcm.SlackBuild | 3 | ||||
-rw-r--r-- | games/bloodcm/bloodcm.info | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/games/bloodcm/README b/games/bloodcm/README index b5e02f39f8ac..154eaf3a2980 100644 --- a/games/bloodcm/README +++ b/games/bloodcm/README @@ -11,3 +11,7 @@ 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 fafe7279410b..74c55e962f60 100644 --- a/games/bloodcm/bloodcm.SlackBuild +++ b/games/bloodcm/bloodcm.SlackBuild @@ -10,7 +10,7 @@ # No icon or .desktop, because no executables. PRGNAM=bloodcm -VERSION=${VERSION:-02.2016} +VERSION=${VERSION:-12.2016} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -27,6 +27,7 @@ set -e # either of these: ZIPFILE="38-blood-crossmatching" [ -e $CWD/$ZIPFILE ] || ZIPFILE="${PRGNAM}_v${VERSION}.zip" +[ -e $CWD/$ZIPFILE ] || ZIPFILE="${PRGNAM}_${VERSION}.zip" # directory inside the zipfile containing the stuff we want. the # rest is binaries for windows. diff --git a/games/bloodcm/bloodcm.info b/games/bloodcm/bloodcm.info index 15a5c3cf9161..eecd42824e20 100644 --- a/games/bloodcm/bloodcm.info +++ b/games/bloodcm/bloodcm.info @@ -1,8 +1,8 @@ PRGNAM="bloodcm" -VERSION="02.2016" +VERSION="12.2016" HOMEPAGE="http://www.moddb.com/games/bloodcm" DOWNLOAD="http://m210.duke4.net/index.php/files/finish/3-eduke32/38-blood-crossmatching" -MD5SUM="02977fed0773cef52b9092beeed7dca4" +MD5SUM="ab5056aa3763a1026e4db2b5a8db2803" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="eduke32" |