diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2018-07-04 07:36:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:14 +0700 |
commit | 96b1da085d0a95633eb2e40a935abc3b16aa39f9 (patch) | |
tree | 4ca0ec6a18b19f4c0d7b424304ef92136f98cccc /games/freeciv/freeciv.SlackBuild | |
parent | b8ecf1f16a78217cda1c85a6d113507549754454 (diff) |
games/freeciv: Updated for version 2.6.0_RC1.
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 d23e7bae004d6..1e9f3fdfba91e 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -28,8 +28,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=freeciv -VERSION=${VERSION:-2.6.0_beta3} -SRCVERSION=${SRCVERSION:-2.6.0-beta3} +VERSION=${VERSION:-2.6.0_RC1} +SRCVERSION=${SRCVERSION:-2.6.0-RC1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |