diff options
author | Christian Hesse <mail@eworm.de> | 2020-02-17 09:08:02 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-17 13:08:02 +0100 |
commit | fde897b8171ed2e925b44ec6f69590ec07241017 (patch) | |
tree | ef5013f66575b538ccd8aaa56d96867150aa696d /Makefile | |
parent | tests: allow to skip git version tests (diff) | |
download | cgit-pink-fde897b8171ed2e925b44ec6f69590ec07241017.tar.gz cgit-pink-fde897b8171ed2e925b44ec6f69590ec07241017.zip |
git: update to v2.25.1
Update to git version v2.25.1. No changes required.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b51de6f..23f79cf 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.25.0 +GIT_VER = 2.25.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |