diff options
author | Christian Hesse <mail@eworm.de> | 2019-12-10 20:40:45 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-12-10 20:57:24 +0100 |
commit | d8e5dd25a0d2e32ef3453a96112eea817336e4d7 (patch) | |
tree | f3e4858f9671013605ecb30316f923a32e546ea4 /Makefile | |
parent | 583aa5d80eb01075c0f3f35df37b9144a0c9651e (diff) | |
download | cgit-d8e5dd25a0d2e32ef3453a96112eea817336e4d7.tar.gz cgit-d8e5dd25a0d2e32ef3453a96112eea817336e4d7.tar.bz2 cgit-d8e5dd25a0d2e32ef3453a96112eea817336e4d7.zip |
git: update to v2.24.1
Update to git version v2.24.1.
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.24.0 +GIT_VER = 2.24.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |