summaryrefslogtreecommitdiffstats
path: root/libraries/wxGTK3
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-18 12:49:18 -0500
committer Erik Hanson <erik@slackbuilds.org>2014-06-18 16:19:16 -0500
commit3d8ff63e3416f6587d82bf5da3ea77c9760c7861 (patch)
tree221e017fd7f7ff5fdbbdb1aff29204a59a9079bb /libraries/wxGTK3
parent40410e442cb931d67aa573ea7ad52dcdc387424c (diff)
downloadslackbuilds-3d8ff63e3416f6587d82bf5da3ea77c9760c7861.tar.gz
slackbuilds-3d8ff63e3416f6587d82bf5da3ea77c9760c7861.tar.xz
libraries/wxGTK3: Updated for version 3.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/wxGTK3')
-rw-r--r--libraries/wxGTK3/wxGTK3.SlackBuild6
-rw-r--r--libraries/wxGTK3/wxGTK3.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/wxGTK3/wxGTK3.SlackBuild b/libraries/wxGTK3/wxGTK3.SlackBuild
index 59f15beb5c..513c44ffef 100644
--- a/libraries/wxGTK3/wxGTK3.SlackBuild
+++ b/libraries/wxGTK3/wxGTK3.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxGTK3
-VERSION=${VERSION:-3.0.0}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-3.0.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=wxWidgets
@@ -67,7 +67,7 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
diff --git a/libraries/wxGTK3/wxGTK3.info b/libraries/wxGTK3/wxGTK3.info
index acbfd5bc32..e4485f8945 100644
--- a/libraries/wxGTK3/wxGTK3.info
+++ b/libraries/wxGTK3/wxGTK3.info
@@ -1,8 +1,8 @@
PRGNAM="wxGTK3"
-VERSION="3.0.0"
+VERSION="3.0.1"
HOMEPAGE="http://www.wxwidgets.org"
-DOWNLOAD="http://sourceforge.net/projects/wxwindows/files/3.0.0/wxWidgets-3.0.0.tar.bz2"
-MD5SUM="241998efc12205172ed24c18788ea2cd"
+DOWNLOAD="http://sourceforge.net/projects/wxwindows/files/3.0.1/wxWidgets-3.0.1.tar.bz2"
+MD5SUM="dad1f1cd9d4c370cbc22700dc492da31"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""