diff options
author | Christian Hesse <mail@eworm.de> | 2021-05-18T20·49+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-09-21T11·14+0300 |
commit | 2d8e7dc9d9c38127ec4ebd13aee8e8f586a43318 (patch) | |
tree | 540e2c47f287ab9e07630e94c45eaddaa067a5a0 /third_party/cgit/Makefile | |
parent | b0926aa53d04c4e9b01aee38927dc20f4bf4d78f (diff) |
chore(3p/cgit): git: update to v2.32.0 r/2902
Update to git version v2.32.0, this requires changes for these upstream commits: * 47957485b3b731a7860e0554d2bd12c0dce1c75a tree.h API: simplify read_tree_recursive() signature Signed-off-by: Christian Hesse <mail@eworm.de> Change-Id: I9c37205af2e67d03f9cdd3d39e4fbd611bfa7288
Diffstat (limited to 'third_party/cgit/Makefile')
-rw-r--r-- | third_party/cgit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cgit/Makefile b/third_party/cgit/Makefile index abc52bc55587..d13c5bd13a2a 100644 --- a/third_party/cgit/Makefile +++ b/third_party/cgit/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.31.1 +GIT_VER = 2.32.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |