aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab/Makefile.common')
-rw-r--r--www/gitlab/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common
index 3b0ff1a9bf02..56f0f3177b5b 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,10 +1,11 @@
-GITLAB_VERSION= 18.3.2
+GITLAB_VERSION= 18.5.2
GITLAB_PORTREVISION= 0
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml
# and from https://gitlab.com/gitlab-org/git/-/tags
GITLAB_GIT_VERSION= 2.50.0
+GITLAB_GIT_MASTER_VERSION= 23466173824c0a0f835c0d790c2f38156ae6284a
# return something like x.yy
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}