games/nblood: Updated for version 1.01+20230118_49af62a01.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
adfe6bf784
commit
3cb6b4db26
|
@ -13,10 +13,15 @@
|
|||
# the shareware version from eduke32_shareware_data. I expect upstream
|
||||
# will finish the support for these at a later date...
|
||||
|
||||
# 20230118 bkw: updated for v1.01+20230118_49af62a01, aka latest git.
|
||||
# It's not clear to me that the "1.01" is still correct: they don't
|
||||
# do releases or tags, and there's no mention of the version number
|
||||
# in README.md.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nblood
|
||||
VERSION=${VERSION:-1.01+20211016_b90417ed8}
|
||||
VERSION=${VERSION:-1.01+20230118_49af62a01}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nblood"
|
||||
VERSION="1.01+20211016_b90417ed8"
|
||||
VERSION="1.01+20230118_49af62a01"
|
||||
HOMEPAGE="https://github.com/nukeykt/NBlood"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/nblood-v1.01+20211016_b90417ed8.tar.xz"
|
||||
MD5SUM="d892065de2150c2a9bc49e4fed5ca80b"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/nblood-v1.01+20230118_49af62a01.tar.xz"
|
||||
MD5SUM="30742a0879b179283d8b49d37df7d5f0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue