diff options
author | Florian Pritz <bluewind@xinu.at> | 2022-05-01 11:08:26 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2022-05-01 11:08:26 +0200 |
commit | 4f1bc7f9aa57da2ca84b475d472e23e22cc41e95 (patch) | |
tree | 37e7aec5ddc583047da1126ffdc41a81f20cf1f6 /Makefile | |
parent | 2cbdd90e0f8575eda6486b4bb06521d848eaa307 (diff) | |
parent | 5258c297ba6fb604ae1415fbc19a3fe42457e49e (diff) | |
download | cgit-4f1bc7f9aa57da2ca84b475d472e23e22cc41e95.tar.gz cgit-4f1bc7f9aa57da2ca84b475d472e23e22cc41e95.tar.xz |
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.25.1 +GIT_VER = 2.32.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |