mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/hedgewars: Updated for version 0.9.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
203225fe5f
commit
495dbbe26d
2 changed files with 6 additions and 5 deletions
|
@ -23,10 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hedgewars
|
||||
VERSION=${VERSION:-0.9.20.5}
|
||||
VERSION=${VERSION:-0.9.21.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
SRC_VERSION=${SRC_VERSION:-0.9.20}
|
||||
SRC_VERSION=${SRC_VERSION:-0.9.21}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -77,6 +77,7 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DNOVIDEOREC=1 \
|
||||
-DPHYSFS_SYSTEM=off \
|
||||
-DNOSERVER=1 \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make VERBOSE=1
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hedgewars"
|
||||
VERSION="0.9.20.5"
|
||||
VERSION="0.9.21.1"
|
||||
HOMEPAGE="http://www.hedgewars.org"
|
||||
DOWNLOAD="http://download.gna.org/hedgewars/hedgewars-src-0.9.20.5.tar.bz2"
|
||||
MD5SUM="c61eb01466e86da656e1e74ad70a3217"
|
||||
DOWNLOAD="http://download.gna.org/hedgewars/hedgewars-src-0.9.21.1.tar.bz2"
|
||||
MD5SUM="5c87b1ff54c861ae0cae6a9c1198f957"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fpc lua"
|
||||
|
|
Loading…
Reference in a new issue