diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-03-20 23:39:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-20 23:39:36 +0700 |
commit | b542a89d3b214bdb8ebb62420c924352263aac64 (patch) | |
tree | f97cb356585a46f9111531a1a224a54734031906 /games | |
parent | 95644fc867e9bb09d5be6322f428a3f149383bee (diff) | |
download | slackbuilds-b542a89d3b214bdb8ebb62420c924352263aac64.tar.gz |
games/crispy-doom: Updated for version 5.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 4 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 0d4c8f758a..a651bd7445 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for crispy-doom # Copyright 2015 Dugan Chen Canada -# Updates copyright 2019 Lenard Spencer +# Updates copyright 2019, 2020 Lenard Spencer # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=crispy-doom -VERSION=${VERSION:-5.6.4} +VERSION=${VERSION:-5.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info index b93178b5f1..8a29c2d7ba 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,8 +1,8 @@ PRGNAM="crispy-doom" -VERSION="5.6.4" +VERSION="5.7.2" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.6.4.tar.gz" -MD5SUM="11e0993f981b6c3f69decbf31c281734" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.7.2.tar.gz" +MD5SUM="bf0de157cb50d29b62b293e86192b9cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_net SDL2_mixer" |