~ salmonella-environment-setup (master) 50a433b7de5811b271f6ddf4b6481932861f57d6
commit 50a433b7de5811b271f6ddf4b6481932861f57d6
Author: Mario Domenech Goulart <mario@ossystems.com.br>
AuthorDate: Mon Oct 27 09:40:21 2014 -0200
Commit: Mario Domenech Goulart <mario@ossystems.com.br>
CommitDate: Mon Oct 27 09:40:21 2014 -0200
debian-wheezy.sh: use libgit v0.21.1
diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index ebfea5a..421ce63 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -158,7 +158,7 @@ sudo rm ./bvspis.sh
cd $tmpdir
git clone git://github.com/libgit2/libgit2.git
cd libgit2
-git checkout v0.20.0
+git checkout v0.21.1
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
sudo cmake --build . --target install
Trap