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

Commit 0457158

Browse files
author
Paulo Gomes
authored
Merge pull request #22 from pjbgf/upgrade-dependencies
Update dependencies
2 parents 9e1d440 + 36ffd15 commit 0457158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/static.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
set -euxo pipefail
44

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

99
# May be worth considering other forks/implementations that either
1010
# provide better performance (i.e. intel/cloudflare) or that are better maintained.
11-
LIBZ_URL="${LIBZ_URL:-https://github.com/madler/zlib/archive/refs/tags/v1.2.11.tar.gz}"
11+
LIBZ_URL="${LIBZ_URL:-https://github.com/madler/zlib/archive/refs/tags/v1.2.12.tar.gz}"
1212

1313
TARGET_DIR="${TARGET_DIR:-/usr/local/$(xx-info triple)}"
1414
BUILD_ROOT_DIR="${BUILD_ROOT_DIR:-/build}"

0 commit comments

Comments
 (0)