diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-27 20:36:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-27 20:36:14 +0200 |
commit | 205837d4684f331afa93c946cbdfa1fa9b3d1ce9 (patch) | |
tree | 2cb6928c256f028dfb425279fc17e7f3c7c746eb /Makefile | |
parent | f780396c0afa6015a05025c6404a560252605319 (diff) | |
download | cgit-205837d4684f331afa93c946cbdfa1fa9b3d1ce9.tar.gz cgit-205837d4684f331afa93c946cbdfa1fa9b3d1ce9.tar.bz2 cgit-205837d4684f331afa93c946cbdfa1fa9b3d1ce9.zip |
git: update to v2.28.0
Update to git version v2.28.0.
No 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
@@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.27.0 +GIT_VER = 2.28.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |