@@ -45,9 +45,9 @@ It is recommended to use the latest version in each series. Example of
4545compatible releases:
4646
4747+-----------+--------+--------+--------+--------+
48- | **libgit2**| 0.26.3 | 0.25.1 | 0.24.6 | 0.23.4 |
48+ | **libgit2**| 0.27.0 | 0.26.3 | 0.25.1 | 0.24.6 |
4949+-----------+--------+--------+--------+--------+
50- | **pygit2** | 0.26.4 | 0.25.1 | 0.24.2 | 0.23.3 |
50+ | **pygit2** | 0.27.0 | 0.26.4 | 0.25.1 | 0.24.2 |
5151+-----------+--------+--------+--------+--------+
5252
5353.. warning ::
@@ -65,9 +65,9 @@ directory, do:
6565
6666.. code-block :: sh
6767
68- $ wget https://github.com/libgit2/libgit2/archive/v0.26 .0.tar.gz
69- $ tar xzf v0.26 .0.tar.gz
70- $ cd libgit2-0.26 .0/
68+ $ wget https://github.com/libgit2/libgit2/archive/v0.27 .0.tar.gz
69+ $ tar xzf v0.27 .0.tar.gz
70+ $ cd libgit2-0.27 .0/
7171 $ cmake .
7272 $ make
7373 $ sudo make install
@@ -149,9 +149,9 @@ Install libgit2 (see we define the installation prefix):
149149
150150.. code-block :: sh
151151
152- $ wget https://github.com/libgit2/libgit2/archive/v0.26 .0.tar.gz
153- $ tar xzf v0.26 .0.tar.gz
154- $ cd libgit2-0.26 .0/
152+ $ wget https://github.com/libgit2/libgit2/archive/v0.27 .0.tar.gz
153+ $ tar xzf v0.27 .0.tar.gz
154+ $ cd libgit2-0.27 .0/
155155 $ cmake . -DCMAKE_INSTALL_PREFIX=$LIBGIT2
156156 $ make
157157 $ make install
@@ -187,7 +187,7 @@ everytime. Verify yourself if curious:
187187
188188.. code-block :: sh
189189
190- $ readelf --dynamic lib/python2.7/site-packages/pygit2-0.26 .0-py2.7-linux-x86_64.egg/_pygit2.so | grep PATH
190+ $ readelf --dynamic lib/python2.7/site-packages/pygit2-0.27 .0-py2.7-linux-x86_64.egg/_pygit2.so | grep PATH
191191 0x000000000000001d (RUNPATH) Library runpath: [/tmp/venv/lib]
192192
193193
0 commit comments