File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ def __init__(self):
2525 Project .__init__ (
2626 self ,
2727 "openssl" ,
28- version = "3.6.0 " ,
28+ version = "3.6.1 " ,
2929 repository = "https://github.com/openssl/openssl" ,
3030 archive_url = "https://github.com/openssl/openssl/releases/download/openssl-{version}/openssl-{version}.tar.gz" ,
31- hash = "b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9 " ,
31+ hash = "b1bfedcd5b289ff22aee87c9d600f515767ebf45f77168cb6d64f231f518a82e " ,
3232 dependencies = [
3333 "perl" ,
3434 "nasm" ,
@@ -65,10 +65,10 @@ def __init__(self):
6565 Project .__init__ (
6666 self ,
6767 "openssl-fips" ,
68- version = "3.6.0 " ,
68+ version = "3.6.1 " ,
6969 repository = "https://github.com/openssl/openssl" ,
7070 archive_url = "https://www.openssl.org/source/old/{major}.{minor}/openssl-{version}.tar.gz" ,
71- hash = "b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9 " ,
71+ hash = "b1bfedcd5b289ff22aee87c9d600f515767ebf45f77168cb6d64f231f518a82e " ,
7272 dependencies = [
7373 "openssl" ,
7474 ],
You can’t perform that action at this time.
0 commit comments