GZDoom: bump version (#3437)

This commit is contained in:
miqlas
2018-12-05 10:41:08 +01:00
committed by Sergei Reznikov
parent 730809188d
commit 18d77f09e1
2 changed files with 6 additions and 4 deletions

View File

@@ -40,10 +40,10 @@ COPYRIGHT="
1997 id Software, Raven Software, and contributors
"
LICENSE="GNU GPL v3"
REVISION="2"
SOURCE_URI="https://zdoom.org/files/gzdoom/src/gzdoom-src-g3.5.1_legacy.zip"
CHECKSUM_SHA256="76393c09799655b5dc1225c6f069621b7d9bf43f082741a20e67fd8479486c04"
SOURCE_DIR="gzdoom-g3.5.1_legacy"
REVISION="1"
SOURCE_URI="https://zdoom.org/files/gzdoom/src/gzdoom-src-g${portVersion}_legacy.zip"
CHECKSUM_SHA256="dfd745f5f77f6e86ba40eadad63450e491d9decc7956307716541d9ea3509a4a"
SOURCE_DIR="gzdoom-g${portVersion}_legacy"
PATCHES="gzdoom-$portVersion.patchset"
ADDITIONAL_FILES="gzdoom.rdef.in"
@@ -59,6 +59,7 @@ REQUIRES="
# lib:libbzip2$secondaryArchSuffix
lib:libfluidsynth$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libgme$secondaryArchSuffix
lib:libgomp$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
@@ -70,6 +71,7 @@ BUILD_REQUIRES="
# devel:libbzip2$secondaryArchSuffix # cmake: Could NOT find BZip2
devel:libfluidsynth$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libgme$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libz$secondaryArchSuffix