diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-28 00:19:50 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-08 14:59:38 +0100 |
commit | 3cebf6838b0739caaf711255d4c3a397d1e3046a (patch) | |
tree | 21eb6d42b5a001aff1f771bfa65a59aba59946ab /Makefile | |
parent | 4468ec1b15becf3838d8cf38440c527c487565a4 (diff) |
git: update to 1.8.5
Everything works just bumping the version in Makefile and commit hash
in submodule. No code changes required.
Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
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 = 1.8.4 +GIT_VER = 1.8.5 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r |