From f158867c18a7a53b125a11327455bf9c384fd4a9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 4 Nov 2010 00:43:23 +0100 Subject: [PATCH] wesnoth: update to wesnoth-1.9.1 Signed-off-by: Stephan Raue --- packages/addons/games/wesnoth/changelog.txt | 3 +++ packages/addons/games/wesnoth/meta | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/addons/games/wesnoth/changelog.txt b/packages/addons/games/wesnoth/changelog.txt index bd720cd4d6..74349c3c17 100644 --- a/packages/addons/games/wesnoth/changelog.txt +++ b/packages/addons/games/wesnoth/changelog.txt @@ -1,2 +1,5 @@ +0.90.2 +- update to wesnoth-1.9.1 + 0.90.1 - initial version wesnoth-1.8.3 \ No newline at end of file diff --git a/packages/addons/games/wesnoth/meta b/packages/addons/games/wesnoth/meta index 8533eae3f1..cbd866ce49 100644 --- a/packages/addons/games/wesnoth/meta +++ b/packages/addons/games/wesnoth/meta @@ -1,10 +1,10 @@ PKG_NAME="wesnoth" -PKG_VERSION="1.8.3" -PKG_REV="1" +PKG_VERSION="1.9.1" +PKG_REV="2" PKG_ARCH="any" PKG_LICENSE="OSS" -PKG_SITE="http://www.glest.org" -PKG_URL="http://sourceforge.net/projects/wesnoth/files/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_SITE="http://www.wesnoth.org/" +PKG_URL="http://downloads.sourceforge.net/project/wesnoth/wesnoth/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="boost zlib libX11 pango fontconfig SDL SDL_image SDL_mixer SDL_net SDL_ttf" PKG_BUILD_DEPENDS="toolchain boost lua zlib libX11 pango fontconfig SDL SDL_image SDL_mixer SDL_net SDL_ttf" PKG_PRIORITY="optional"