diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-07-24 14:46:01 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-07-24 14:46:01 +0100 |
commit | 1997431321f1a00ecc201e60c569cf3d05398552 (patch) | |
tree | fe5851bf3e2fb7c35edffe7e550208701aeed674 /reproduce/software/make | |
parent | dbf525a90a096931551274f3e2fce49e00d0bf72 (diff) |
libgit2 updated to version 0.28.2, from 0.26.0
More than two releases and bug fixes have been made to libgit2. So we are
now using a more recent version in the template.
Diffstat (limited to 'reproduce/software/make')
-rw-r--r-- | reproduce/software/make/high-level.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 05e9433..a1850b3 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -491,8 +491,8 @@ $(ibidir)/libgit2: $(tdir)/libgit2-$(libgit2-version).tar.gz \ -DUSE_SSH=OFF -DBUILD_CLAR=OFF \ -DTHREADSAFE=ON ) \ && if [ x$(on_mac_os) = xyes ]; then \ - install_name_tool -id $(ildir)/libgit2.26.dylib \ - $(ildir)/libgit2.26.dylib; \ + install_name_tool -id $(ildir)/libgit2.28.dylib \ + $(ildir)/libgit2.28.dylib; \ fi \ && echo "Libgit2 $(libgit2-version)" > $@ |