diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2018-09-04 08:20:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-07 00:21:45 +0700 |
commit | a6cdb6f838cdd51b4b0141d96b19fb54c4b54605 (patch) | |
tree | d89b7ad1ceb06d75e2d3fc3a0732467b5ed4ae02 | |
parent | 4dd3f6d53cfb79c66ca7f33b850b4bff208ab012 (diff) |
games/crispy-doom: Updated for version 5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 4 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 1d1414890ace..4876b846593a 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:-5.1} +VERSION=${VERSION:-5.3} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS *.md COPYING ChangeLog \ +cp -a AUTHORS *.md README.* ChangeLog README.* SDL2-TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info index b8615639d15b..96c9feccc7ef 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,10 +1,10 @@ PRGNAM="crispy-doom" -VERSION="5.1" +VERSION="5.3" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.1.tar.gz" -MD5SUM="00b4ad39b87221b731cd0f0d2aed287d" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.3.tar.gz" +MD5SUM="faa6032898d69e17d80143cb5963c236" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SDL2 SDL2_net SDL2_mixer" +REQUIRES="SDL2_net SDL2_mixer" MAINTAINER="Dugan Chen" EMAIL="thedoogster [at] gmail [dot] com" |