mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -3,8 +3,9 @@ port='openssl'
|
|||
version='3.0.9'
|
||||
useconfigure='true'
|
||||
configscript='Configure'
|
||||
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90"
|
||||
|
||||
files=(
|
||||
"https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue