mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
Ports/openssl: Update openssl to version 3.1.2
This commit is contained in:
parent
b780aca7c2
commit
3b1362bb70
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='openssl'
|
||||
version='3.0.9'
|
||||
version='3.1.2'
|
||||
useconfigure='true'
|
||||
configscript='Configure'
|
||||
files=(
|
||||
"https://www.openssl.org/source/openssl-${version}.tar.gz#eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90"
|
||||
"https://www.openssl.org/source/openssl-${version}.tar.gz#a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue