X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/17838ec6304198811df97402f11c185f8f0e10bd..198d84a9e30fa40872f09e618d8b97344287a376:/Makefile diff --git a/Makefile b/Makefile index 38bf595..a6935c0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all:: -CGIT_VERSION = v0.10.2 +CGIT_VERSION = v0.11.1 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.2.1 +GIT_VER = 2.3.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r