diff options
author | Arn0 <yth@ythogtha.org> | 2024-07-09 09:43:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-09 20:12:39 +0700 |
commit | 555023552974bb6c04e63959569a5b993e8dfbd7 (patch) | |
tree | c9f887946ab30f41c311ab899c712d787a974647 | |
parent | 50354635ef26ef0b418e50d92fb0e2578c7e60a5 (diff) |
games/freeciv: updated for version 3.1.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 30d0c9da5e1b..ce4805943741 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.1.1} -SRCVERSION=${SRCVERSION:-3.1.1} +VERSION=${VERSION:-3.1.2} +SRCVERSION=${SRCVERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 18fd0b06bac5..b1cf55f8c199 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.1.1" +VERSION="3.1.2" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.1.1.tar.xz" -MD5SUM="84cc920acf453fafad95ea16fa46a924" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.1.2.tar.xz" +MD5SUM="57c34a8c2fca0a40ab91ef1543603b02" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |