From b43faca3132f3a8f9039f1dc52fc35d934c2f5b6 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Thu, 22 Apr 2021 22:46:30 -0400 Subject: [PATCH] upped libjwt to 1.13.1 after bug fix --- install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index b5009f8..2c7fc9a 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -19,7 +19,7 @@ git clone https://github.com/akheron/jansson.git git clone https://git@github.com/benmcollins/libjwt.git (cd libjwt; - git checkout v1.12.1; + git checkout v1.13.1; autoreconf -fi; env PKG_CONFIG_PATH=../deps/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure --prefix=${BASE}/deps; make -j 40 install