summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/ola/ola.SlackBuild12
-rw-r--r--development/ola/ola.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/development/ola/ola.SlackBuild b/development/ola/ola.SlackBuild
index 50e9e426d2..582d7d4862 100644
--- a/development/ola/ola.SlackBuild
+++ b/development/ola/ola.SlackBuild
@@ -5,7 +5,7 @@
# Written by Georg Nagel (g.schlmm [at] gmail [dot] com)
PRGNAM=ola
-VERSION=${VERSION:-0.8.23}
+VERSION=${VERSION:-0.8.33}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,11 +48,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -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 {} \;
BUILD_HTTP="--disable-http"
[ "$WITH_HTTP" != "no" ] && BUILD_HTTP="--enable-http"
diff --git a/development/ola/ola.info b/development/ola/ola.info
index 534528a123..6fb9a28b6a 100644
--- a/development/ola/ola.info
+++ b/development/ola/ola.info
@@ -1,8 +1,8 @@
PRGNAM="ola"
-VERSION="0.8.23"
+VERSION="0.8.33"
HOMEPAGE="http://opendmx.net/index.php/OLA"
-DOWNLOAD="http://open-lighting.googlecode.com/files/ola-0.8.23.tar.gz"
-MD5SUM="60f50f4622c065a341671e3133a14aaa"
+DOWNLOAD="http://open-lighting.googlecode.com/files/ola-0.8.33.tar.gz"
+MD5SUM="0e143cc6abd76ad4463689b7ffbe2a02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cppunit protobuf"