diff options
-rw-r--r-- | development/vis/vis.SlackBuild | 8 | ||||
-rw-r--r-- | development/vis/vis.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/development/vis/vis.SlackBuild b/development/vis/vis.SlackBuild index b7b67e0796..7d8d971172 100644 --- a/development/vis/vis.SlackBuild +++ b/development/vis/vis.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vis -# Copyright 2017 Ruben Schuller +# Copyright 2017-2022 Ruben Schuller # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vis -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,8 +70,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-v$VERSION -tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz -cd $PRGNAM-v$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/development/vis/vis.info b/development/vis/vis.info index 63bbbcf893..f04e2c01e6 100644 --- a/development/vis/vis.info +++ b/development/vis/vis.info @@ -1,10 +1,10 @@ PRGNAM="vis" -VERSION="0.5" +VERSION="0.7" HOMEPAGE="https://github.com/martanne/vis" -DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.5/vis-v0.5.tar.gz" -MD5SUM="dceea039778e7da5dad93238e4e4bae2" +DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.7/vis-0.7.tar.gz" +MD5SUM="a45ba03d1fa4785ee5693f9619f22e85" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libtermkey lua-lpeg tre" +REQUIRES="libtermkey lua53 lua-lpeg tre" MAINTAINER="Ruben Schuller" EMAIL="sb@rbn.im" |