@@ -59,7 +59,7 @@ worry about this if you `install from the source distribution`_.
5959Optional libgit2 dependencies to support ssh and https:
6060
6161- https: WinHTTP (Windows), SecureTransport (OS X) or OpenSSL.
62- - ssh: libssh2 1.9.1 or later, pkg-config
62+ - ssh: libssh2 1.10.0 or later, pkg-config
6363
6464To run the tests:
6565
@@ -158,9 +158,9 @@ directory, do:
158158.. code-block :: sh
159159 :caption: On Linux using bash
160160
161- wget https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.1 .tar.gz -O libgit2-1.9.1 .tar.gz
162- tar -xzf libgit2-1.9.1 .tar.gz
163- cd libgit2-1.9.1 /
161+ wget https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.2 .tar.gz -O libgit2-1.9.2 .tar.gz
162+ tar -xzf libgit2-1.9.2 .tar.gz
163+ cd libgit2-1.9.2 /
164164 cmake .
165165 make
166166 sudo make install
@@ -245,9 +245,9 @@ Install libgit2 (see we define the installation prefix):
245245.. code-block :: sh
246246 :caption: On Linux using bash
247247
248- wget https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.1 .tar.gz -O libgit2-1.9.1 .tar.gz
249- tar xzf libgit2-1.9.1 .tar.gz
250- cd libgit2-1.9.1 /
248+ wget https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.2 .tar.gz -O libgit2-1.9.2 .tar.gz
249+ tar xzf libgit2-1.9.2 .tar.gz
250+ cd libgit2-1.9.2 /
251251 cmake . -DCMAKE_INSTALL_PREFIX=$LIBGIT2
252252 cmake --build . --target install
253253
@@ -307,7 +307,7 @@ variable. The following recipe shows you how to do it:
307307.. code-block :: pwsh
308308 :caption: On Windows using PowerShell (and CMake v3.21 or newer)
309309
310- git clone -- depth= 1 - b v1.9.1 https:// github.com / libgit2/ libgit2.git
310+ git clone -- depth= 1 - b v1.9.2 https:// github.com / libgit2/ libgit2.git
311311 $env: CMAKE_INSTALL_PREFIX = " C:/Dev/libgit2"
312312 $env: CMAKE_GENERATOR = " Visual Studio 17 2022"
313313 $env: CMAKE_GENERATOR_PLATFORM = " x64" # or "Win32" or "ARM64"
0 commit comments