Skip to content

Commit 296a98c

Browse files
committed
update SBOM
1 parent 578bb0e commit 296a98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mac/BuildScript/build-installer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def library_recipes():
248248
dict(
249249
name="OpenSSL 3.0.16",
250250
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz",
251-
checksum='<TODO(picnixz)>',
251+
checksum='57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86',
252252
buildrecipe=build_universal_openssl,
253253
configure=None,
254254
install=None,

Misc/externals.spdx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"checksums": [
7171
{
7272
"algorithm": "SHA256",
73-
"checksumValue": "<TODO(picnixz)>"
73+
"checksumValue": "6bb739ecddbd2cfb6d255eb5898437a9b5739277dee931338d3275bac5d96ba2"
7474
}
7575
],
7676
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.0.16.tar.gz",

0 commit comments

Comments
 (0)