diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-25 17:12:11 +0000 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-25 17:12:11 +0000 |
commit | 0e6744b3082f576be21dd1b88f519a3c1f7d3931 (patch) | |
tree | 1d14c76f0de6bd90345b2de4f831159d1a216b5e /Makefile | |
parent | 2593cd813860d71bd85db48c919de3d6e41b8b57 (diff) | |
download | cgit-0e6744b3082f576be21dd1b88f519a3c1f7d3931.tar cgit-0e6744b3082f576be21dd1b88f519a3c1f7d3931.tar.gz cgit-0e6744b3082f576be21dd1b88f519a3c1f7d3931.zip |
git: update to v2.40.1
Update to git version v2.40.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
@@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.40.0 +GIT_VER = 2.40.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |