diff options
author | Lars Hjemli | 2008-09-03 00:18:09 +0200 |
---|---|---|
committer | Lars Hjemli | 2008-09-03 00:18:09 +0200 |
commit | b28765135dd6f52635977454eaf95d0e6c7e7271 (patch) | |
tree | e597af39644caff0e2c51cdd9fa8657cedce2f53 | |
parent | Use GIT-1.6.0.1 (diff) | |
download | cgit-b28765135dd6f52635977454eaf95d0e6c7e7271.tar.gz cgit-b28765135dd6f52635977454eaf95d0e6c7e7271.zip |
Update Makefile to use GIT-1.6.0.1
When updating the git submodule to 1.6.0.1 (and 1.6.0), the Makefile was left behind. This fixes it. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e4265f7..a1caaf4 100644 --- a/Makefile +++ b/Makefile | |||
@@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit | |||
4 | CGIT_CONFIG = /etc/cgitrc | 4 | CGIT_CONFIG = /etc/cgitrc |
5 | CACHE_ROOT = /var/cache/cgit | 5 | CACHE_ROOT = /var/cache/cgit |
6 | SHA1_HEADER = <openssl/sha.h> | 6 | SHA1_HEADER = <openssl/sha.h> |
7 | GIT_VER = 1.6.0.rc1 | 7 | GIT_VER = 1.6.0.1 |
8 | GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 | 8 | GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 |
9 | 9 | ||
10 | # | 10 | # |