diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-14 20:59:11 +0300 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-14 20:59:11 +0300 |
commit | 92a8f1676a2cbe57fd9d9c9b40a5ccd23dc0b842 (patch) | |
tree | a1bd56b42ff579f1e8300c9153e335a00979f57a /Makefile | |
parent | dbadd856ba0537110338cfe58256b152d01388c0 (diff) |
git: update to v2.45.1
Update to git version v2.45.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.45.0 +GIT_VER = 2.45.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |