diff options
author | B. Watson <yalhcru@gmail.com> | 2018-09-15 23:39:11 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-21 23:53:57 +0100 |
commit | bdffdcc93bc5ab2b455ef01d47fd47410991cb20 (patch) | |
tree | 12064604d47695031b042d0b29e5febea02990e7 /misc | |
parent | 61f9176f71b52b1bbbc2c9701d279e801bc496ab (diff) |
misc/vttest: Updated for version 2.7.20180911.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vttest/vttest.SlackBuild | 12 | ||||
-rw-r--r-- | misc/vttest/vttest.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild index eb21a0a8c9ec..84620c4e6cf7 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 2aa9d8ffc68c..f76686f2cd85 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="" |