diff options
author | Christian Hesse <mail@eworm.de> | 2024-09-14 22:51:14 +0300 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-09-14 22:51:14 +0300 |
commit | db01aa3301e7c29779fb374d73ae101e0ca9245e (patch) | |
tree | 1663a73355ff82efd9a24c27e0da740a7e53b433 /Makefile | |
parent | a9b23acdc8a20ca42922f3019105775df695caee (diff) |
git: update to v2.46.1ch/for-jason
Update to git version v2.46.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.46.0 +GIT_VER = 2.46.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |