diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2022-09-27 02:16:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:12 +0700 |
commit | 1c4d01b90b2c10b86f203fc85cb05d127b3e746b (patch) | |
tree | a54c25987bed9865788e63b046d068eecd81d22e /games/crispy-doom/crispy-doom.SlackBuild | |
parent | b9728cae1061c5fa4d41c4fe0da09d77a5993d91 (diff) |
games/crispy-doom: Updated for version 5.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/crispy-doom/crispy-doom.SlackBuild')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index ffbfce3fdc92..4d474f2f7571 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=crispy-doom -VERSION=${VERSION:-5.11.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.12.0} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,6 +39,9 @@ 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 |