Test against libgit2 v0.21.2

This commit is contained in:
J. David Ibáñez 2014-10-27 18:16:05 +01:00
parent 54720c4f01
commit ecba70198f

@ -2,7 +2,7 @@
cd ~
git clone --depth=1 -b v0.21.1 https://github.com/libgit2/libgit2.git
git clone --depth=1 -b v0.21.2 https://github.com/libgit2/libgit2.git
cd libgit2/
mkdir build && cd build