Skip to content

Commit

Permalink
Update OpenSSL to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Nov 27, 2023
1 parent 79c4c07 commit 0d95e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/openssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def __init__(self):
Project.__init__(
self,
"openssl",
version="3.1.4",
version="3.2.0",
archive_url="https://www.openssl.org/source/openssl-{version}.tar.gz",
hash="840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3",
hash="14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e",
dependencies=[
"perl",
"nasm",
Expand Down

0 comments on commit 0d95e65

Please sign in to comment.