Skip to content

Commit f3b0115

Browse files
committed
downloads: openssl 3.0.10 -> 3.0.11
1 parent 886cc69 commit f3b0115

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
@@ -228,10 +228,10 @@
228228
# using the latest available.
229229
# Remember to update OPENSSL_VERSION_INFO in verify_distribution.py whenever upgrading.
230230
"openssl-3.0": {
231-
"url": "https://www.openssl.org/source/openssl-3.0.10.tar.gz",
232-
"size": 15194904,
233-
"sha256": "1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323",
234-
"version": "3.0.10",
231+
"url": "https://www.openssl.org/source/openssl-3.0.11.tar.gz",
232+
"size": 15198318,
233+
"sha256": "b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55",
234+
"version": "3.0.11",
235235
"library_names": ["crypto", "ssl"],
236236
"licenses": ["Apache-2.0"],
237237
"license_file": "LICENSE.openssl-3.txt",

0 commit comments

Comments
 (0)