games/gzdoom: Updated for version 3.5.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
3c89d9eeb1
commit
5c2192b99e
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180801 bkw: Updated for 3.5.0.
|
||||
# 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.
|
||||
|
@ -22,7 +23,7 @@
|
|||
# supported as "gzdoom-legacy" for those that need them.
|
||||
|
||||
PRGNAM=gzdoom
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gzdoom"
|
||||
VERSION="3.4.1"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="http://gzdoom.drdteam.org/"
|
||||
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.4.1/gzdoom-g3.4.1.tar.gz"
|
||||
MD5SUM="d3b240afaa9de1de4226090aa99d3714"
|
||||
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.5.0/gzdoom-g3.5.0.tar.gz"
|
||||
MD5SUM="5e87b8493266f9a7fb2256117954a61d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 OpenAL"
|
||||
|
|
Loading…
Reference in New Issue