Skip to content

Commit 51522d6

Browse files
author
Carlos Cabanero
committed
Packages updated
- LibSSH to 0.9.8 - FMake to Blink repository
1 parent e5c2218 commit 51522d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "libssh-apple",
88
platforms: [.macOS("11")],
99
dependencies: [
10-
.package(url: "https://github.com/yury/FMake", from : "0.0.16"),
10+
.package(url: "https://github.com/blinksh/FMake", from : "0.0.16"),
1111
// .package(path: "../FMake")
1212
],
1313
targets: [

Sources/libssh-apple/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OutputLevel.default = .error
66
enum Config {
77
static let libsshOrigin = "https://github.com/blinksh/libssh.git"
88
static let libsshBranch = "LibSSHBlockRunLoop"
9-
static let libsshVersion = "0.9.4"
9+
static let libsshVersion = "0.9.8"
1010

1111
static let opensslLibsURL = "https://github.com/blinksh/openssl-apple/releases/download/v1.1.1k/openssl-libs.zip"
1212
static let opensslFrameworksURL = "https://github.com/blinksh/openssl-apple/releases/download/v1.1.1k/openssl-dynamic.frameworks.zip"

0 commit comments

Comments
 (0)