games/freedoom: Updated for version 0.11.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
273c488981
commit
3a30afdd1f
|
@ -6,8 +6,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170301 bkw: updated for v0.11.1
|
||||
|
||||
PRGNAM=freedoom
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
VERSION=${VERSION:-0.11.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,7 +42,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 COPYING* CREDITS* *.html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd -
|
||||
|
||||
# Upstream recently renamed their wad files. The new names are less
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="freedoom"
|
||||
VERSION="0.10.1"
|
||||
VERSION="0.11.1"
|
||||
HOMEPAGE="http://freedoom.github.io/index.html"
|
||||
DOWNLOAD="https://github.com/freedoom/freedoom/releases/download/v0.10.1/freedoom-0.10.1.zip \
|
||||
https://github.com/freedoom/freedoom/releases/download/v0.10.1/freedm-0.10.1.zip"
|
||||
MD5SUM="93897b98dd709bd5dac5217f7ca0c6cf \
|
||||
eb03abe9644c97a639f6b51f6d424cb0"
|
||||
DOWNLOAD="https://github.com/freedoom/freedoom/releases/download/v0.11.1/freedoom-0.11.1.zip \
|
||||
https://github.com/freedoom/freedoom/releases/download/v0.11.1/freedm-0.11.1.zip"
|
||||
MD5SUM="8f956fc7b9dbd19ed069c1701b2d479a \
|
||||
e6049381d591e2198483d5560aa7876e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue