Skip to content

Commit

Permalink
Bump libgit2 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Häggström committed Jul 18, 2022
1 parent 3f0eb7d commit 91c2195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build_script:
# Clone, build and install libgit2
- cmd: |
set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\venv
git clone --depth=1 -b v1.4.2 https://github.com/libgit2/libgit2.git libgit2
git clone --depth=1 -b v1.4.3 https://github.com/libgit2/libgit2.git libgit2
cd libgit2
cmake . -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%LIBGIT2%" -G "%GENERATOR%"
cmake --build . --target install
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Python requirements (these are specified in ``setup.py``):
- cffi 1.9.1+
- cached-property

Libgit2 **v1.4.x**; binary wheels already include libgit2, so you only need to
Libgit2 **v1.4.3+**; binary wheels already include libgit2, so you only need to
worry about this if you install the source package.

Optional libgit2 dependecies to support ssh and https:
Expand Down

0 comments on commit 91c2195

Please sign in to comment.