summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-11-16 00:46:16 +0100
committer Willy Sudiarto Raharjo2018-11-17 12:42:47 +0100
commit2e1e6a5cd5957cde31ec1bfb427249e97ec1002e (patch)
tree9b8410dc8fa844f9fbbb67ac992921aac928fb02
parente12eee97743edf8f96b724c88b6ebfc0866afdf8 (diff)
downloadslackbuilds-2e1e6a5cd5957cde31ec1bfb427249e97ec1002e.tar.gz
system/zsh-syntax-highlighting: Updated for version 20181101.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild10
-rw-r--r--system/zsh-syntax-highlighting/zsh-syntax-highlighting.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild
index baba8abf6b..ed79ce63c0 100644
--- a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild
+++ b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zsh-syntax-highlighting
-VERSION=${VERSION:-0.6.0}
+VERSION=${VERSION:-20181101}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,14 +54,16 @@ else
LIBDIRSUFFIX=""
fi
+SRCVER=${SRCVER:-e900ad8bad53501689afcb050456400d7a8466e5}
+
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVER
+tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
+cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info
index 626f9ca9ee..4f7b58ef4a 100644
--- a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info
+++ b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info
@@ -1,8 +1,8 @@
PRGNAM="zsh-syntax-highlighting"
-VERSION="0.6.0"
+VERSION="20181101"
HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
-DOWNLOAD="https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.6.0/zsh-syntax-highlighting-0.6.0.tar.gz"
-MD5SUM="50befbdd19d2352a35bfb64300fbe119"
+DOWNLOAD="https://github.com/zsh-users/zsh-syntax-highlighting/archive/e900ad8bad53501689afcb050456400d7a8466e5/zsh-syntax-highlighting-e900ad8bad53501689afcb050456400d7a8466e5.tar.gz"
+MD5SUM="d4ef3fa7e33e83f0e969270488d45f3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""