diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-12 21:17:32 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-07-27 14:49:21 -0400 |
commit | fad097a08e55c9eec0fa86efec72de4426674ca2 (patch) | |
tree | e75b6e18c683cc051a0869c58583dcaef25fd705 /Makefile | |
parent | git: update to v2.37.0 (diff) | |
download | cgit-pink-master.tar.gz cgit-pink-master.zip |
Update to git version v2.37.1, no additional changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0b34f52..35a01c8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.37.0 +GIT_VER = 2.37.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |