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 /games/freeciv/freeciv.SlackBuild | |
parent | 50354635ef26ef0b418e50d92fb0e2578c7e60a5 (diff) |
games/freeciv: updated for version 3.1.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeciv/freeciv.SlackBuild')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |