mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
build.sh: use a more current version of libgit2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
af65e6be0f
commit
004f680838
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue