suggestion 1

This commit is contained in:
DubbleClick 2025-07-21 19:32:44 +07:00
parent 02732036de
commit a643c44ac6
2 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,6 @@
"static-libs-windows": [ "static-libs-windows": [
"libssh2.lib" "libssh2.lib"
], ],
"provide-pre-built": true,
"headers": [ "headers": [
"libssh2.h", "libssh2.h",
"libssh2_publickey.h", "libssh2_publickey.h",

View File

@ -628,6 +628,7 @@
"repo": "libssh2/libssh2", "repo": "libssh2/libssh2",
"match": "libssh2.+\\.tar\\.gz", "match": "libssh2.+\\.tar\\.gz",
"prefer-stable": true, "prefer-stable": true,
"provide-pre-built": true,
"license": { "license": {
"type": "file", "type": "file",
"path": "COPYING" "path": "COPYING"