diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-08-13 07:11:41 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-08-16 20:53:20 +0200 |
commit | ff0ff807a3e03ade0fe04557e33593a3b32d9ab9 (patch) | |
tree | 465277334f99cfc8735464771aa9f318ebd824ff /Makefile | |
parent | 2c742d1a925486a47f74710325b3076a7742a9f9 (diff) | |
download | cgit-ff0ff807a3e03ade0fe04557e33593a3b32d9ab9.tar.gz cgit-ff0ff807a3e03ade0fe04557e33593a3b32d9ab9.tar.bz2 cgit-ff0ff807a3e03ade0fe04557e33593a3b32d9ab9.zip |
Use GIT-1.6.3.4
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) CGIT_CONFIG = /etc/cgitrc CACHE_ROOT = /var/cache/cgit SHA1_HEADER = <openssl/sha.h> -GIT_VER = 1.6.1.1 +GIT_VER = 1.6.3.4 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 INSTALL = install |