diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2019-09-07 08:45:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-07 08:45:56 +0700 |
commit | 92190db3ec4ac5d64a60324dae81d24660e769a6 (patch) | |
tree | bc73a5497b83aab0bef0fb278d1a3f497ea664d3 /games/crispy-doom/crispy-doom.SlackBuild | |
parent | 8639874941f0f96fe897247bd3b179bdcf1d3753 (diff) |
games/crispy-doom: Updated for version 5.6.1.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 828c03042177f..26b30059d4a42 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for crispy-doom # Copyright 2015 Dugan Chen Canada +# Updates copyright 2019 Lenard Spencer # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=crispy-doom -VERSION=${VERSION:-5.5.2} +VERSION=${VERSION:-5.6.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |