Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit f611016

Browse files
author
Paulo Gomes
committed
Support for libgit2 1.1.1 whilst pre-building binaries
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
1 parent 187e12a commit f611016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BUILD_SHARED_LIBS ?= ON
2424
CMAKE_VERSION ?= 3.21.3
2525

2626
# Libgit2 version to be compiled and installed.
27-
LIBGIT2_VERSION ?= 1.3.0
27+
LIBGIT2_VERSION ?= 1.1.1
2828
# In some scenarios libgit2 needs to be checked out to a specific commit.
2929
# This takes precedence over LIBGIT_VERSION if defined.
3030
# Ref: https://github.com/libgit2/git2go/issues/834

hack/static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euxo pipefail
44

5-
LIBGIT2_URL="${LIBGIT2_URL:-https://github.com/libgit2/libgit2/archive/refs/tags/v1.3.0.tar.gz}"
5+
LIBGIT2_URL="${LIBGIT2_URL:-https://github.com/libgit2/libgit2/archive/refs/tags/v1.1.1.tar.gz}"
66
OPENSSL_URL="${OPENSSL_URL:-https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.1.tar.gz}"
77
LIBSSH2_URL="${LIBSSH2_URL:-https://github.com/libssh2/libssh2/archive/refs/tags/libssh2-1.10.0.tar.gz}"
88

0 commit comments

Comments
 (0)