aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2008-04-10 01:05:30 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2008-04-10 01:06:26 (JST)
commit4a842288260a0b0c4a3d4032d441f7fd2afee699 (patch)
treec56f5f2d17baf030dd52ce3e2ff1fd1a3846c762 /Makefile
parentfa4dfee5489d8c829da92637dd84e8650439f313 (diff)
downloadcgit-4a842288260a0b0c4a3d4032d441f7fd2afee699.zip
cgit-4a842288260a0b0c4a3d4032d441f7fd2afee699.tar.gz
Use GIT-1.5.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 931c60e..85139e8 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.5.rc1 7GIT_VER = 1.5.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#