mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/0ad: Updated for version 0.0.25b.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6e5f0a5bb
commit
80c47ee23e
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for 0.A.D.
|
||||
#
|
||||
# Copyright 2020 Tim Dickson, Scotland
|
||||
# Copyright 2020-2022 Tim Dickson, Scotland
|
||||
# Copyright 2016-2017 Reedych <reedych@ya.ru>
|
||||
# Copyright 2010-2016 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=0ad
|
||||
VERSION=${VERSION:-0.0.25}
|
||||
VERSION=${VERSION:-0.0.25b}
|
||||
RELEASE=${RELEASE:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="0ad"
|
||||
VERSION="0.0.25"
|
||||
VERSION="0.0.25b"
|
||||
HOMEPAGE="https://play0ad.com/"
|
||||
DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.25-alpha-unix-build.tar.xz"
|
||||
MD5SUM="bb12aeb3276bdce614bd47a268058f31"
|
||||
DOWNLOAD="http://releases.wildfiregames.com/0ad-0.0.25b-alpha-unix-build.tar.xz"
|
||||
MD5SUM="71c5eec3afab6871115fc14783fa0a7b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="0ad-data enet fmt gloox miniupnpc"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
|
||||
real-time strategy (RTS) game of ancient warfare.
|
||||
|
||||
To include the Atlas editor, which requires wxPython3
|
||||
To include the Atlas editor, which requires wxGTK3
|
||||
ATLAS=enable ./0ad.SlackBuild
|
||||
|
||||
v0.0.23b is the last version to run on stock slackware 14.2 as newer
|
||||
|
|
Loading…
Reference in a new issue