From aa1995c49b610e48726fd86df957560b7da10ca8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 12 Mar 2025 17:01:24 +0100 Subject: Add test stack, fix git version in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9cead7b..416469c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ all:: CGIT_VERSION = 1.5.1 +GIT_VER = 2.48.1 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) @@ -14,7 +15,6 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.46.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r -- cgit 1.5.1