Skip to content

Commit a27af71

Browse files
committed
Upgrade OpenSSL from 3.0.14 -> 3.0.15
1 parent 14821db commit a27af71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@
250250
# using the latest available.
251251
# Remember to update OPENSSL_VERSION_INFO in verify_distribution.py whenever upgrading.
252252
"openssl-3.0": {
253-
"url": "https://www.openssl.org/source/openssl-3.0.14.tar.gz",
254-
"size": 15305497,
255-
"sha256": "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca",
256-
"version": "3.0.14",
253+
"url": "https://www.openssl.org/source/openssl-3.0.15.tar.gz",
254+
"size": 15318633,
255+
"sha256": "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533",
256+
"version": "3.0.15",
257257
"library_names": ["crypto", "ssl"],
258258
"licenses": ["Apache-2.0"],
259259
"license_file": "LICENSE.openssl-3.txt",

0 commit comments

Comments
 (0)