1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:47:46 +00:00

Ports/libssh2: Update formatting to be consistent with other ports

This commit is contained in:
Tim Ledbetter 2023-08-23 19:49:39 +01:00 committed by Tim Schumacher
parent 6678a3ad00
commit 637eb3179a

View file

@ -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"
) )