libraries/wxGTK: Updated for version 2.8.12.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-04-02 21:13:49 -03:00 committed by Robby Workman
parent 50bab78e6a
commit b61446711e
2 changed files with 5 additions and 6 deletions

View file

@ -25,10 +25,10 @@
# Lots of key help from Eric Hameleers and the SBo admins.
# Versions >= 2.8.10 by Niels Horn <niels.horn@gmail.com>
# revision date: 2010/06/01
# revision date: 2011/04/01
PRGNAM=wxGTK
VERSION=${VERSION:-2.8.11}
VERSION=${VERSION:-2.8.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -36,7 +36,6 @@ 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

View file

@ -1,8 +1,8 @@
PRGNAM="wxGTK"
VERSION="2.8.11"
VERSION="2.8.12"
HOMEPAGE="http://www.wxwidgets.org"
DOWNLOAD="http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.11.tar.gz"
MD5SUM="d1b9db394499e24ceabe911e8b30f8b0"
DOWNLOAD="http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.12.tar.gz"
MD5SUM="b12c78d947d89e1120443761f1b7693b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"