diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-12-26 09:21:06 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:24 -0600 |
commit | 4604f24d5cd339a994b3d705bf88ac54a9ee4a1c (patch) | |
tree | 7b291417b9283878c243b540ca13ce9d096017b1 /games/freeciv/freeciv.SlackBuild | |
parent | 74a8c3ca864da52f7879ffcf039a94fca60fe1fb (diff) | |
download | slackbuilds-4604f24d5cd339a994b3d705bf88ac54a9ee4a1c.tar.gz |
games/freeciv: Updated for version 2.3.1
Signed-off-by: Erik Hanson <erik@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 68ecaf8df8..ca1c24d981 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -23,10 +23,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Revision date: 2011/10/22 +# Revision date: 2011/12/26 PRGNAM=freeciv -VERSION=2.3.0 +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |