We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578bb0e commit 296a98cCopy full SHA for 296a98c
Mac/BuildScript/build-installer.py
@@ -248,7 +248,7 @@ def library_recipes():
248
dict(
249
name="OpenSSL 3.0.16",
250
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz",
251
- checksum='<TODO(picnixz)>',
+ checksum='57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86',
252
buildrecipe=build_universal_openssl,
253
configure=None,
254
install=None,
Misc/externals.spdx.json
@@ -70,7 +70,7 @@
70
"checksums": [
71
{
72
"algorithm": "SHA256",
73
- "checksumValue": "<TODO(picnixz)>"
+ "checksumValue": "6bb739ecddbd2cfb6d255eb5898437a9b5739277dee931338d3275bac5d96ba2"
74
}
75
],
76
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.0.16.tar.gz",
0 commit comments