diff options
author | Ryan Q <ryan.q@linux.com> | 2014-08-10 21:03:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-15 23:21:26 +0700 |
commit | b642f0e002b366f4a255d86e83089d11cf5e71b6 (patch) | |
tree | a812162586ffc5a45fdafa651f2a601866af2890 /system | |
parent | 68b2566d0341bce2e008ef6c64ad85feba5b6a3f (diff) |
system/tilda: updated for version 1.1.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/tilda/tilda.SlackBuild | 9 | ||||
-rw-r--r-- | system/tilda/tilda.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/system/tilda/tilda.SlackBuild b/system/tilda/tilda.SlackBuild index 537f7e44a6c0..e05cc4c38178 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 ec705591a835..8e8572858c14 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" |