vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 5df945188d95649d05bc95364b6789864eb5f279
parent 0e5583e8f5e76c02d28bf84f564e578d720f5e94
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 16 Feb 2016 20:05:10 +0100

Update make standalone to use musl-1.1.13

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -23,8 +23,8 @@ DEPS_BIN = $(DEPS_PREFIX)/bin DEPS_LIB = $(DEPS_PREFIX)/lib DEPS_INC = $(DEPS_PREFIX)/include -LIBMUSL = musl-1.1.12 -LIBMUSL_SHA1 = e098ce88e7dd4398c178240b4c380771c5b4fe6b +LIBMUSL = musl-1.1.13 +LIBMUSL_SHA1 = 080b790c9aa0aefa94f6239a8b0d7d3f4ea3456d LIBNCURSES = ncurses-6.0 LIBNCURSES_SHA1 = acd606135a5124905da770803c05f1f20dd3b21c