diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-02 00:07:18 +0300 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-13 22:38:46 +0300 |
commit | 2593cd813860d71bd85db48c919de3d6e41b8b57 (patch) | |
tree | 589a9cd88fc4c29d1f5d24a5fb114ad15f691922 /Makefile | |
parent | 4dee601bb6042cf7db2472b9c34530850345f680 (diff) |
git: update to v2.40.0
Update to git version v2.40.0, 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
@@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.39.2 +GIT_VER = 2.40.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |