diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-01 14:38:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:53 +0700 |
commit | 58b4dbfd8c5bd33d69da5e7b0f0b9c6df37395a6 (patch) | |
tree | 69f5e7ddb2f8558ade0589492f3d3ab7072eb11f /games/nblood/git2tarxz.sh | |
parent | fa33c9b46dca63a8f140703a3580d55226c9d945 (diff) |
games/nblood: Updated for version 1.01+20211016_b90417ed8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nblood/git2tarxz.sh')
-rw-r--r-- | games/nblood/git2tarxz.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nblood/git2tarxz.sh b/games/nblood/git2tarxz.sh index 2c8c7f8829..d310d8d0c2 100644 --- a/games/nblood/git2tarxz.sh +++ b/games/nblood/git2tarxz.sh @@ -59,7 +59,9 @@ GIT_SHA=$( git rev-parse --short HEAD ) DATE=$( git log --date=format:%Y%m%d --format=%cd | head -1 ) -VERTAG=$( git tag -l | tail -1 ) +# 20211101 bkw: wha? there used to be tags, now they're gone. +#VERTAG=$( git tag -l | tail -1 ) +VERTAG=v1.01 VERSION=${VERTAG}+${DATE}_${GIT_SHA} |