Skip to content

Commit

Permalink
[libssh2] Update to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Oct 19, 2024
1 parent d567b66 commit 6ad3144
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ports/libssh2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libssh2/libssh2
REF "libssh2-${VERSION}"
SHA512 8ae38d76e7fae82843c7c6990760ad5827cb55e2aba096f684b832016614d76983d1871ae0857ba28efcb9fd65018ae0b34420f6841da6bb6c6ccebd9689ec0f
SHA512 616efcd7f5c1fb1046104ebce70549e4756e2a55150efa2df5bb7123051d3bf336023cedcbfe932cd7c690a0b4d1f1a93c760ea39f1dba50c2b06d0945dca958
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/libssh2/usage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libssh2 provides CMake targets:

find_package(Libssh2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:Libssh2::libssh2_shared>,Libssh2::libssh2_shared,Libssh2::libssh2_static>)
find_package(libssh2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE libssh2::libssh2)
3 changes: 1 addition & 2 deletions ports/libssh2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libssh2",
"version": "1.11.0",
"port-version": 2,
"version": "1.11.1",
"description": "libssh2 is a client-side C library implementing the SSH2 protocol.",
"homepage": "https://www.libssh2.org",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5133,8 +5133,8 @@
"port-version": 0
},
"libssh2": {
"baseline": "1.11.0",
"port-version": 2
"baseline": "1.11.1",
"port-version": 0
},
"libstemmer": {
"baseline": "2021.2.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libssh2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e3d36b994fc7c64691587292220deecb15455562",
"version": "1.11.1",
"port-version": 0
},
{
"git-tree": "6963d92a0f19203e7f8d4369b089cc4d1b613782",
"version": "1.11.0",
Expand Down

0 comments on commit 6ad3144

Please sign in to comment.