Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update SBOM
  • Loading branch information
picnixz committed Mar 23, 2025
commit 296a98c90fcd3c3c1ca4d264b073d83cc02d667e
2 changes: 1 addition & 1 deletion Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def library_recipes():
dict(
name="OpenSSL 3.0.16",
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz",
checksum='<TODO(picnixz)>',
checksum='57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
2 changes: 1 addition & 1 deletion Misc/externals.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"checksums": [
{
"algorithm": "SHA256",
"checksumValue": "<TODO(picnixz)>"
"checksumValue": "6bb739ecddbd2cfb6d255eb5898437a9b5739277dee931338d3275bac5d96ba2"
}
],
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.0.16.tar.gz",
Expand Down