games/freedoom: Updated for version 0.12.1.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-11-27 14:29:14 -05:00 committed by Willy Sudiarto Raharjo
parent d4e93bf15f
commit a0fa0651c9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 6 deletions

View file

@ -6,12 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20191127 bkw: updated for v0.12.1, include shiny new PDF manual in pkg
# 20170721 bkw: updated for v0.11.3
# 20170324 bkw: updated for v0.11.2
# 20170301 bkw: updated for v0.11.1
PRGNAM=freedoom
VERSION=${VERSION:-0.11.3}
VERSION=${VERSION:-0.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -45,6 +46,7 @@ done
# The docs are identical in both zipfiles, only keep one set.
cd $PRGNAM-$VERSION
cp -a COPYING* CREDITS* *.html $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $PRGNAM-manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION 2>/dev/null || true
cd -
# Upstream recently renamed their wad files. The new names are less

View file

@ -1,10 +1,10 @@
PRGNAM="freedoom"
VERSION="0.11.3"
VERSION="0.12.1"
HOMEPAGE="https://freedoom.github.io/index.html"
DOWNLOAD="https://github.com/freedoom/freedoom/releases/download/v0.11.3/freedoom-0.11.3.zip \
https://github.com/freedoom/freedoom/releases/download/v0.11.3/freedm-0.11.3.zip"
MD5SUM="55e9a2c7a24651d63654407d2cec26c2 \
72bf7daaf86cb2c2a09fbb3a0ea5c469"
DOWNLOAD="https://github.com/freedoom/freedoom/releases/download/v0.12.1/freedoom-0.12.1.zip \
https://github.com/freedoom/freedoom/releases/download/v0.12.1/freedm-0.12.1.zip"
MD5SUM="f8c86928394b1d425ef60637b5e8ac31 \
169075b9e7bb903fa7601869355f280d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""