games/gzdoom: Updated for version 3.6.0.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-10-22 19:27:33 -04:00 committed by Willy Sudiarto Raharjo
parent 90687eee9c
commit 71b4e9690e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20181022 bkw: Updated for 3.6.0.
# 20180827 bkw: Updated for 3.5.1.
# 20180801 bkw: Updated for 3.5.0.
# 20180623 bkw: Updated for 3.4.1 (released the day after my 3.4.0 update).
@ -24,7 +25,7 @@
# supported as "gzdoom-legacy" for those that need them.
PRGNAM=gzdoom
VERSION=${VERSION:-3.5.1}
VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="gzdoom"
VERSION="3.5.1"
VERSION="3.6.0"
HOMEPAGE="http://gzdoom.drdteam.org/"
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.5.1/gzdoom-g3.5.1.tar.gz"
MD5SUM="08d47830a191b1dd5e9d11e14e932b27"
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.6.0/gzdoom-g3.6.0.tar.gz"
MD5SUM="bd870239ffda682efdb516b5747ca547"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 OpenAL"