diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-27 12:21:30 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | 61356254a62d61ec64e9d338055b17657b44e717 (patch) | |
tree | 9f9e7c8c1d9d355701c22a67650ebcee49204447 /games/freeciv | |
parent | 0752bdbb8f44c3342d09342fb38a9eb571feea45 (diff) |
games/freeciv: Updated for version 2.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/README | 1 | ||||
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 6 | ||||
-rw-r--r-- | games/freeciv/freeciv.info | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games/freeciv/README b/games/freeciv/README index 201f764626ca3..f078ba0f1a864 100644 --- a/games/freeciv/README +++ b/games/freeciv/README @@ -10,4 +10,3 @@ Freeciv is maintained by an international team of coders and enthusiasts, and is easily one of the most fun and addictive network games out there! That also means it has very extensive multilanguage support, something rare in games. - diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 066a5eab512d4..68ecaf8df8596 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/08/04 +# Revision date: 2011/10/22 PRGNAM=freeciv -VERSION=2.2.7 +VERSION=2.3.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-client=gtk \ --build=$ARCH-slackware-linux -make +make V=1 make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 76e29af1e3502..2f71e4085aba6 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,10 +1,10 @@ PRGNAM="freeciv" -VERSION="2.2.7" +VERSION="2.3.0" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.7.tar.bz2" -MD5SUM="db61c36222ad0bd1de233cf29226ff27" +DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.3.0.tar.bz2" +MD5SUM="70fd4285f2da7d41bdadac43458e62c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="dsomero" +APPROVED="rworkman" |