diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-04-02 21:13:49 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 09:34:40 -0500 |
commit | b61446711e65b94667a81bd009268393f158378a (patch) | |
tree | c8d4eb4f6e73ee12263fbe28ec8af6984788deca /libraries/wxGTK/wxGTK.SlackBuild | |
parent | 50bab78e6a1c08971ee59a5a0dddf45e0f34df91 (diff) |
libraries/wxGTK: Updated for version 2.8.12.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/wxGTK/wxGTK.SlackBuild')
-rw-r--r-- | libraries/wxGTK/wxGTK.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/wxGTK/wxGTK.SlackBuild b/libraries/wxGTK/wxGTK.SlackBuild index 7e35372ee934..3bce50ab5f4b 100644 --- a/libraries/wxGTK/wxGTK.SlackBuild +++ b/libraries/wxGTK/wxGTK.SlackBuild @@ -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 |