From 637eb3179aef65ec74147ce99bab90cdc6ecc226 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Wed, 23 Aug 2023 19:49:39 +0100 Subject: [PATCH] Ports/libssh2: Update formatting to be consistent with other ports --- Ports/libssh2/package.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/libssh2/package.sh b/Ports/libssh2/package.sh index 5f0e8b1148..fa74b24969 100755 --- a/Ports/libssh2/package.sh +++ b/Ports/libssh2/package.sh @@ -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" )