Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-03-29 08:36:28 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-03-29 08:36:28 +0300
commit85db914b46decd78f88fd6ca5ea3f4b07127b90d (patch)
tree68fda0ce9429eec9649736b51928d826f7c06403 /Makefile
parentfed34fdd5ec221aff47f1e4365bcad0a2a0c8d06 (diff)
Makefile: Upgrade git to v2.31.1
Git has released the new bugfix release v2.31.1. Upgrade our Makefile to use that new version by default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 14224b5f1..de318376f 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ GO_JUNIT_REPORT_VERSION ?= 984a47ca6b0a7d704c4b589852051b4d7865aa17
GO_LICENSES_VERSION ?= 73411c8fa237ccc6a75af79d0a5bc021c9487aad
PROTOC_VERSION ?= 3.12.4
PROTOC_GEN_GO_VERSION ?= 1.3.2
-GIT_VERSION ?= v2.31.0
+GIT_VERSION ?= v2.31.1
GIT2GO_VERSION ?= v31
LIBGIT2_VERSION ?= v1.1.0
@@ -82,7 +82,7 @@ endif
# Git target
GIT_REPO_URL ?= https://gitlab.com/gitlab-org/gitlab-git.git
GIT_BINARIES_URL ?= https://gitlab.com/gitlab-org/gitlab-git/-/jobs/artifacts/${GIT_VERSION}/raw/git_full_bins.tgz?job=build
-GIT_BINARIES_HASH ?= 51c8e1d0b226530b762a144a38be81e64898b8f4ac7e3d64eb4d200bb1eb7806
+GIT_BINARIES_HASH ?= 9d8a5f0177eb723c10a63423280d47ab1e67de7a6f2608ec420ead009f6b7394
GIT_INSTALL_DIR := ${DEPENDENCY_DIR}/git/install
GIT_SOURCE_DIR := ${DEPENDENCY_DIR}/git/source
GIT_QUIET :=