Skip to content

Commit

Permalink
Update libssh
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Sep 6, 2021
1 parent e7557f9 commit 1110d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/libssh-apple/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import FMake
OutputLevel.default = .error

enum Config {
static let libsshOrigin = "https://github.com/yury/libssh.git"
static let libsshBranch = "openssl-1.1.1i"
static let libsshOrigin = "https://github.com/blinksh/libssh.git"
static let libsshBranch = "LibSSHBlockRunLoop"
static let libsshVersion = "0.9.4"

static let opensslLibsURL = "https://github.com/blinksh/openssl-apple/releases/download/v1.1.1k/openssl-libs.zip"
Expand Down

0 comments on commit 1110d0b

Please sign in to comment.