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
|