From 3d8ff63e3416f6587d82bf5da3ea77c9760c7861 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 18 Jun 2014 12:49:18 -0500 Subject: libraries/wxGTK3: Updated for version 3.0.1. Signed-off-by: Robby Workman --- libraries/wxGTK3/wxGTK3.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/wxGTK3/wxGTK3.SlackBuild') 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 {} \; -- cgit v1.2.3-80-g2a13