diff options
-rw-r--r-- | games/wesnoth/slack-desc | 2 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 4 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 6 |
3 files changed, 5 insertions, 7 deletions
diff --git a/games/wesnoth/slack-desc b/games/wesnoth/slack-desc index 9d403dea85..17c1c07af9 100644 --- a/games/wesnoth/slack-desc +++ b/games/wesnoth/slack-desc @@ -11,7 +11,7 @@ wesnoth: wesnoth: The Battle for Wesnoth is a turn-based strategy game set in a wesnoth: fantasy environment, where players can build an army of different wesnoth: kinds of fighters from races such as elves, dwarves, orcs, trolls, -wesnoth: and more. It is a turn-based strategy game on a hexgrid with +wesnoth: and more. It is a turn-based strategy game on a hexgrid with wesnoth: single-player campaigns and multi-player matches. wesnoth: wesnoth: Homepage: http://www.wesnoth.org diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 3e6ab3e659..31b1280c49 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -26,16 +26,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.10.2} +VERSION=${VERSION:-1.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 4d485bffe7..545d9735ff 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,8 +1,8 @@ PRGNAM="wesnoth" -VERSION="1.10.2" +VERSION="1.10.3" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://nchc.dl.sourceforge.net/project/wesnoth/wesnoth-1.10/wesnoth-1.10.2/wesnoth-1.10.2.tar.bz2" -MD5SUM="61f93437ba13a27a048e5ee2ee63736a" +DOWNLOAD="http://nchc.dl.sourceforge.net/project/wesnoth/wesnoth-1.10/wesnoth-1.10.3/wesnoth-1.10.3.tar.bz2" +MD5SUM="b25354c71d58f82c2c60cc12c6f09c36" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Willy Sudiarto Raharjo" |