We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337f25d commit 1ea9965Copy full SHA for 1ea9965
script/install-libgit2.sh
@@ -13,9 +13,9 @@ if [ "x$TRAVIS_BRANCH" = "xnext" ]; then
13
fi
14
15
cd "${HOME}"
16
-wget -O libgit2-0.22.3.tar.gz https://github.com/libgit2/libgit2/archive/v0.22.1.tar.gz
17
-tar -xzvf libgit2-0.22.3.tar.gz
18
-cd libgit2-0.22.1 && mkdir build && cd build
+wget -O libgit2-0.23.1.tar.gz https://github.com/libgit2/libgit2/archive/v0.23.1.tar.gz
+tar -xzvf libgit2-0.23.1.tar.gz
+cd libgit2-0.23.1 && mkdir build && cd build
19
cmake -DTHREADSAFE=ON -DBUILD_CLAR=OFF -DCMAKE_BUILD_TYPE="RelWithDebInfo" .. && make && sudo make install
20
sudo ldconfig
21
cd "${TRAVIS_BUILD_DIR}"
0 commit comments