~ salmonella-environment-setup (master) 66802aa4c3b7deff7ac8fb905645cb6f844059a3
commit 66802aa4c3b7deff7ac8fb905645cb6f844059a3 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Wed Nov 18 20:41:25 2015 +1300 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Wed Nov 18 20:41:25 2015 +1300 debian-wheezy.sh: update libgit to v0.23.4 (git egg version 0.0.33) diff --git a/debian-wheezy.sh b/debian-wheezy.sh index 8ab682d..62d6280 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.22.0 +git checkout v0.23.4 mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local sudo cmake --build . --target installTrap