From 843482ac8b2e0e9ca96aaabedae6d104302ee4a0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 31 Dec 2016 20:37:05 -0800 Subject: [PATCH] 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