about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse2020-02-17 09:08:02 +0100
committerJason A. Donenfeld2020-02-17 13:08:02 +0100
commitfde897b8171ed2e925b44ec6f69590ec07241017 (patch)
treeef5013f66575b538ccd8aaa56d96867150aa696d /Makefile
parenttests: allow to skip git version tests (diff)
downloadcgit-fde897b8171ed2e925b44ec6f69590ec07241017.tar.gz
cgit-fde897b8171ed2e925b44ec6f69590ec07241017.zip
git: update to v2.25.1
Update to git version v2.25.1.

No changes required.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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)
14pdfdir = $(docdir) 14pdfdir = $(docdir)
15mandir = $(prefix)/share/man 15mandir = $(prefix)/share/man
16SHA1_HEADER = <openssl/sha.h> 16SHA1_HEADER = <openssl/sha.h>
17GIT_VER = 2.25.0 17GIT_VER = 2.25.1
18GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz 18GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz
19INSTALL = install 19INSTALL = install
20COPYTREE = cp -r 20COPYTREE = cp -r