From 004f68083877dc4a49e7322610e08111d6b859b1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 31 Dec 2016 20:37:05 -0800 Subject: build.sh: use a more current version of libgit2 Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 404ae1100..35ad3a3ec 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -87,7 +87,7 @@ fi cd libgit2 # let's build with a recent enough version of master for the latest features git fetch origin -if ! git checkout v0.23.1 ; then +if ! git checkout v0.24.5 ; then echo "Can't find the right tag in libgit2 - giving up" exit 1 fi -- cgit v1.2.3-70-g09d2