vis

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

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

commit 4e4103f6e24e00c330c5d9fcff9b9ad52ca84aa5
parent d1f9df81ffd534780598f6a7e2fb53d8d0c4bf7c
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 28 Feb 2016 12:26:38 +0100

build: update make standalone to use musl-1.1.14

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.13 -LIBMUSL_SHA1 = 080b790c9aa0aefa94f6239a8b0d7d3f4ea3456d +LIBMUSL = musl-1.1.14 +LIBMUSL_SHA1 = b71208e87e66ac959d0e413dd444279d28a7bff1 LIBNCURSES = ncurses-6.0 LIBNCURSES_SHA1 = acd606135a5124905da770803c05f1f20dd3b21c