diff options
author | Arn0 <yth@ythogtha.org> | 2024-02-09 12:34:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:16 +0700 |
commit | 2774cb982c71f9924b7c44e05f27f45594f6f3e5 (patch) | |
tree | 23d2affe104a758a958510a77bfa3ebeca008b79 /games/freeciv/freeciv.SlackBuild | |
parent | 2bc4976dfb37c3d5aecde32850e6ac397ce46348 (diff) |
games/freeciv: Updated for version 3.0.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 ff2e98bceb61..434f24614142 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.9} -SRCVERSION=${SRCVERSION:-3.0.9} +VERSION=${VERSION:-3.0.10} +SRCVERSION=${SRCVERSION:-3.0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |