X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2e3b6fc424f1a28ff57ed4e77ee9e68ebe0d8d6d..e36365c6841703e569fcaf20bfc415ee0489c76f:/Makefile diff --git a/Makefile b/Makefile index 8e3da72..6abd82a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -CGIT_VERSION = v0.6.3 +CGIT_VERSION = v0.7 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_CONFIG = /etc/cgitrc CACHE_ROOT = /var/cache/cgit SHA1_HEADER = -GIT_VER = 1.5.3.3 +GIT_VER = 1.5.3.5 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 # @@ -16,7 +16,7 @@ GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \ ui-summary.o ui-log.o ui-tree.o ui-commit.o ui-diff.o \ - ui-snapshot.o ui-blob.o ui-tag.o + ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o .PHONY: all git install clean distclean force-version get-git