about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse2018-05-30 10:28:12 +0200
committerJason A. Donenfeld2018-06-27 18:01:29 +0200
commitfb804a353780633b23a5452b3893fcc9f3705431 (patch)
treed01fb03cd32a9fef277bedfb6b015f1cc19d1c12 /Makefile
parentui-blame: free read_sha1_file() buffer after use (diff)
downloadcgit-fb804a353780633b23a5452b3893fcc9f3705431.tar.gz
cgit-fb804a353780633b23a5452b3893fcc9f3705431.zip
git: update to v2.17.1
Update to git version v2.17.1. Required changes:

* The function 'typename' has been renamed to 'type_name'
  (upstream commit debca9d2fe784193dc2d9f98b5edac605ddfefbb)

Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 70f32a4..be2ed4f 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.16.0 17GIT_VER = 2.17.1
18GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz 18GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz
19INSTALL = install 19INSTALL = install
20COPYTREE = cp -r 20COPYTREE = cp -r