games/gzdoom: Updated for version 3.4.1.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-06-23 19:20:32 -04:00 committed by Willy Sudiarto Raharjo
parent 6ab55509bd
commit 4f95ff837a
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 13 deletions

View File

@ -6,15 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20180612 bkw:
# - Updated for 3.4.0.
# 20180104 bkw:
# - Updated for 3.2.5.
# 20171222 bkw:
# - Updated for 3.2.4.
# 20180623 bkw: Updated for 3.4.1 (released the day after my 3.4.0 update).
# 20180612 bkw: Updated for 3.4.0.
# 20180104 bkw: Updated for 3.2.5.
# 20171222 bkw: Updated for 3.2.4.
# 20170608 bkw:
# - Updated for 3.1.0. fmodapi support has been removed by upstream, so
# it's no longer a dep.
@ -27,7 +22,7 @@
# supported as "gzdoom-legacy" for those that need them.
PRGNAM=gzdoom
VERSION=${VERSION:-3.4.0}
VERSION=${VERSION:-3.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="gzdoom"
VERSION="3.4.0"
VERSION="3.4.1"
HOMEPAGE="http://gzdoom.drdteam.org/"
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.4.0/gzdoom-g3.4.0.tar.gz"
MD5SUM="f7b8fdc62eba166caa2551bc3689956b"
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.4.1/gzdoom-g3.4.1.tar.gz"
MD5SUM="d3b240afaa9de1de4226090aa99d3714"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 OpenAL"