diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2019-07-04 07:50:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-04 07:51:34 +0700 |
commit | f7869789e0e1ea9d11fa5f06066e1f5a02295fd7 (patch) | |
tree | 339fe3b5831d70cfd0b9f1a5d08b94ae51ca486c /games | |
parent | 035e06446c74850f47e627b8b359871bd03a9361 (diff) | |
download | slackbuilds-f7869789e0e1ea9d11fa5f06066e1f5a02295fd7.tar.gz |
games/crispy-doom: Updated for version 5.5.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 4876b84659..828c030421 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.3} +VERSION=${VERSION:-5.5.2} 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 README.* ChangeLog README.* SDL2-TODO \ +cp -a AUTHORS ChangeLog *.md \ $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 96c9feccc7..893523c233 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,8 +1,8 @@ PRGNAM="crispy-doom" -VERSION="5.3" +VERSION="5.5.2" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.3.tar.gz" -MD5SUM="faa6032898d69e17d80143cb5963c236" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.5.2.tar.gz" +MD5SUM="c46027ff2e092384915873d3c762df24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_net SDL2_mixer" |