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