Skip to content

Commit c6cfa84

Browse files
committed
pythongh-99079: Update macOS installer to OpenSSL 3.0.9.
1 parent a24e25d commit c6cfa84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mac/BuildScript/build-installer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ def library_recipes():
246246

247247
result.extend([
248248
dict(
249-
name="OpenSSL 1.1.1u",
250-
url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
251-
checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
249+
name="OpenSSL 3.0.9",
250+
url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
251+
checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
252252
buildrecipe=build_universal_openssl,
253253
configure=None,
254254
install=None,

0 commit comments

Comments
 (0)