mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports/libssh2: Update formatting to be consistent with other ports
This commit is contained in:
parent
6678a3ad00
commit
637eb3179a
Notes:
sideshowbarker
2024-07-17 04:57:23 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/637eb3179a Pull-request: https://github.com/SerenityOS/serenity/pull/20731 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libssh2
|
||||
version=1.10.0
|
||||
useconfigure=true
|
||||
port='libssh2'
|
||||
version='1.10.0'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://www.libssh2.org/download/libssh2-${version}.tar.gz 2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue