summaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
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