summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2018-09-16 05:39:11 +0200
committer David Spencer2018-09-22 00:53:57 +0200
commitbdffdcc93bc5ab2b455ef01d47fd47410991cb20 (patch)
tree12064604d47695031b042d0b29e5febea02990e7
parent61f9176f71b52b1bbbc2c9701d279e801bc496ab (diff)
downloadslackbuilds-bdffdcc93bc5ab2b455ef01d47fd47410991cb20.tar.gz
misc/vttest: Updated for version 2.7.20180911.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--misc/vttest/vttest.SlackBuild12
-rw-r--r--misc/vttest/vttest.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild
index eb21a0a8c9..84620c4e6c 100644
--- a/misc/vttest/vttest.SlackBuild
+++ b/misc/vttest/vttest.SlackBuild
@@ -6,8 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20180920 bkw: update for 2.7.20180911 (whoops!).
+# 20180915 bkw: update for 2.7.20180811.
+
PRGNAM=vttest
-VERSION=${VERSION:-2.7.20140305}
+VERSION=${VERSION:-2.7.20180911}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,11 +58,8 @@ rm -rf $PRGNAM-$TARVER
tar xvf $CWD/$PRGNAM-$TARVER.tgz
cd $PRGNAM-$TARVER
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 \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# Check CHANGES to make sure the version hasn't updated. Nobody but me
# should ever see this error message (in the grand tradition of error
diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info
index 2aa9d8ffc6..f76686f2cd 100644
--- a/misc/vttest/vttest.info
+++ b/misc/vttest/vttest.info
@@ -1,8 +1,8 @@
PRGNAM="vttest"
-VERSION="2.7.20140305"
+VERSION="2.7.20180911"
HOMEPAGE="http://invisible-island.net/vttest/"
-DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20140305.tgz"
-MD5SUM="202326ec60126897f3bb355997832cc6"
+DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20180911.tgz"
+MD5SUM="da1cb3a5b2645de46d2191396fec1f33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""