mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:57:36 +00:00
Ports/libssh2: Update formatting to be consistent with other ports
This commit is contained in:
parent
6678a3ad00
commit
637eb3179a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=libssh2
|
port='libssh2'
|
||||||
version=1.10.0
|
version='1.10.0'
|
||||||
useconfigure=true
|
useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
"https://www.libssh2.org/download/libssh2-${version}.tar.gz 2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51"
|
"https://www.libssh2.org/download/libssh2-${version}.tar.gz 2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue