about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-12 17:01:24 +0100
committerRory& <root@rory.gay>2025-03-12 17:01:24 +0100
commitaa1995c49b610e48726fd86df957560b7da10ca8 (patch)
tree50113fcf07501b24dc1ab58d57160d7ae9c849db /Makefile
parentIncrease footer contrast (diff)
downloadcgit-magenta-aa1995c49b610e48726fd86df957560b7da10ca8.tar.xz
Add test stack, fix git version in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 = <openssl/sha.h> -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