Skip to content

Commit 308fb0f

Browse files
authored
chore: bump openssl 3.0.0 → 3.0.1 (#224)
1 parent ba11a11 commit 308fb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/manylinux-build-and-install-openssl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set -o pipefail
1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
source $MY_DIR/utils.sh
1212

13-
OPENSSL_ROOT=openssl-3.0.0
14-
# Hash from https://www.openssl.org/source/openssl-3.0.0.tar.gz.sha256
15-
OPENSSL_HASH=59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536
13+
OPENSSL_ROOT=openssl-3.0.1
14+
# Hash from https://www.openssl.org/source/openssl-3.0.1.tar.gz.sha256
15+
OPENSSL_HASH=c311ad853353bce796edad01a862c50a8a587f62e7e2100ef465ab53ec9b06d1
1616

1717
cd /tmp
1818

0 commit comments

Comments
 (0)