about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2007-11-03 11:33:54 +0100
committerLars Hjemli2007-11-03 11:33:54 +0100
commitc2f75225b49582702f98e656a2fd2e963c2ae667 (patch)
tree76bd85d02e813d741cadd835eb8af2997d9eef23 /Makefile
parentDon't include current SHA1 in 'log' menu-item (diff)
downloadcgit-c2f75225b49582702f98e656a2fd2e963c2ae667.tar.gz
cgit-c2f75225b49582702f98e656a2fd2e963c2ae667.zip
Use GIT-1.5.3.5
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 36b5ff6..85f9235 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
4CGIT_CONFIG = /etc/cgitrc 4CGIT_CONFIG = /etc/cgitrc
5CACHE_ROOT = /var/cache/cgit 5CACHE_ROOT = /var/cache/cgit
6SHA1_HEADER = <openssl/sha.h> 6SHA1_HEADER = <openssl/sha.h>
7GIT_VER = 1.5.3.3 7GIT_VER = 1.5.3.5
8GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 8GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
9 9
10# 10#