diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-14 15:59:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:49 +0700 |
commit | 3b65b78feec908251ea500d9b31c50b5bbd094b0 (patch) | |
tree | c802cdfe0d695eeac6d35c2ea51ca788e029b688 /games | |
parent | 3fea76bd05036cffde3cb4dedfb6202303a6f6bf (diff) | |
download | slackbuilds-3b65b78feec908251ea500d9b31c50b5bbd094b0.tar.gz |
games/freeciv: updated for version 3.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 4 | ||||
-rw-r--r-- | games/freeciv/freeciv.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index c4a540b83f..29cd66b5ed 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeciv -VERSION=${VERSION:-3.0.0} -SRCVERSION=${SRCVERSION:-3.0.0} +VERSION=${VERSION:-3.0.1} +SRCVERSION=${SRCVERSION:-3.0.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 9da8652146..49ca98d264 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.0.0" +VERSION="3.0.1" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.0.tar.xz" -MD5SUM="c14ce8b30de27b5050c7c881353a2e6f" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.1.tar.xz" +MD5SUM="a3a12d0005172183ae54b22c85d53091" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |