diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-11-09 21:20:06 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-09 21:20:06 +0000 |
commit | 0630fd6529a99cfd9ac3c3acaa738aaec337a381 (patch) | |
tree | 88c5f8ccbd0703b17f615c8bd8abb19b5801a45f /games/crispy-doom | |
parent | 92b8f48ad28719843057a75ebe8e014e2c1be465 (diff) |
games/crispy-doom: Updated for version 5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/crispy-doom')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 2 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 38ff46a8d869..fde31ee9c7c4 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=crispy-doom -VERSION=${VERSION:-4.3} +VERSION=${VERSION:-5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info index c41cafc158fa..7631809fae32 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,10 +1,10 @@ PRGNAM="crispy-doom" -VERSION="4.3" +VERSION="5.0" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-4.3.tar.gz" -MD5SUM="69429ecbb8669e8ca72efa85fc5db6f4" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.0.tar.gz" +MD5SUM="a4f826901707cc833edb837d7354c7af" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="SDL2 SDL2_net SDL2_mixer" MAINTAINER="Dugan Chen" EMAIL="thedoogster [at] gmail [dot] com" |