Skip to content

Commit

Permalink
Upgrade libssh2 to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Sep 2, 2023
1 parent e42e960 commit 2649dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/DimaRU/Libssh2Prebuild",
"state" : {
"branch" : "master",
"revision" : "a91bcf205a6cbc84144f840c44145656abbd266a"
"revision" : "3f8a255db9d3286ca3447c0f596746d60f25dff5"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "NMSSH",
url: "https://github.com/thebaselab/NMSSH/releases/download/2.3.1p-2/NMSSH.xcframework.zip",
checksum: "d768f895b40136613cf4e424060c42052eb6206d3e0fd80c5421c89af205b70d"
url: "https://github.com/thebaselab/NMSSH/releases/download/2.3.1p-4/NMSSH.xcframework.zip",
checksum: "5371431973abc274edbe790a8407a572791f02cd7c9de457dca31ed9769d86d9"
),
]
)

0 comments on commit 2649dc1

Please sign in to comment.