summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/tilda/tilda.SlackBuild9
-rw-r--r--system/tilda/tilda.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/system/tilda/tilda.SlackBuild b/system/tilda/tilda.SlackBuild
index 537f7e44a6..e05cc4c381 100644
--- a/system/tilda/tilda.SlackBuild
+++ b/system/tilda/tilda.SlackBuild
@@ -1,9 +1,10 @@
#!/bin/sh
#
# Slackware build script for tilda
-#
+
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
-# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tilda
-VERSION=${VERSION:-1.1.11}
+VERSION=${VERSION:-1.1.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +64,7 @@ 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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./autogen.sh \
diff --git a/system/tilda/tilda.info b/system/tilda/tilda.info
index ec705591a8..8e8572858c 100644
--- a/system/tilda/tilda.info
+++ b/system/tilda/tilda.info
@@ -1,8 +1,8 @@
PRGNAM="tilda"
-VERSION="1.1.11"
+VERSION="1.1.12"
HOMEPAGE="https://github.com/lanoxx/tilda"
-DOWNLOAD="https://github.com/lanoxx/tilda/archive/tilda-1.1.11.tar.gz"
-MD5SUM="1be3729ea3018677e8e71b839001dfbd"
+DOWNLOAD="https://github.com/lanoxx/tilda/archive/tilda-1.1.12.tar.gz"
+MD5SUM="474f21ec8b812f741c82466a3979f3b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="confuse vte3"