games/freeciv: updated for version 3.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
485e2ed850
commit
40beb4b0f3
|
@ -30,8 +30,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=freeciv
|
||||
VERSION=${VERSION:-3.0.3}
|
||||
SRCVERSION=${SRCVERSION:-3.0.3}
|
||||
VERSION=${VERSION:-3.0.4}
|
||||
SRCVERSION=${SRCVERSION:-3.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="freeciv"
|
||||
VERSION="3.0.3"
|
||||
VERSION="3.0.4"
|
||||
HOMEPAGE="http://www.freeciv.org"
|
||||
DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.3.tar.xz"
|
||||
MD5SUM="7f0347d6515bfa97c4bdec0a3419b05c"
|
||||
DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.4.tar.xz"
|
||||
MD5SUM="e995e46ef52ce399a45173733d0ffc26"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue