diff options
author | Christian Hesse | 2016-07-12 00:42:41 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2016-07-12 01:04:56 +0200 |
commit | d6b0332982234c73a26119e4ed60d442870b8078 (patch) | |
tree | a07976d20f4264cac4c3b0cc1b4475f8902e4bc9 | |
parent | Link with -ldl on GNU/kFreeBSD (diff) | |
download | cgit-d6b0332982234c73a26119e4ed60d442870b8078.tar.gz cgit-d6b0332982234c73a26119e4ed60d442870b8078.zip |
git: update to v2.9.1
Update to git version v2.9.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c7a57f8..9d067d4 100644 --- a/Makefile +++ b/Makefile | |||
@@ -14,7 +14,7 @@ htmldir = $(docdir) | |||
14 | pdfdir = $(docdir) | 14 | pdfdir = $(docdir) |
15 | mandir = $(prefix)/share/man | 15 | mandir = $(prefix)/share/man |
16 | SHA1_HEADER = <openssl/sha.h> | 16 | SHA1_HEADER = <openssl/sha.h> |
17 | GIT_VER = 2.9.0 | 17 | GIT_VER = 2.9.1 |
18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |
diff --git a/git b/git | |||
Subproject 05219a1276341e72d8082d76b7f5ed394b7437a | Subproject 5c9159de87e41cf14ec5f2132afb5a06f35c26b | ||