Skip to content

Commit

Permalink
Updated dependencies to community versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 committed Sep 29, 2020
1 parent dda5142 commit efc4b81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var targetDependencies: [Target.Dependency] = []

#if os(Linux)

dependencies.append(.package(url: "https://github.com/Kitura/OpenSSL.git", from: "2.2.0"))
dependencies.append(.package(url: "https://github.com/Kitura/OpenSSL.git", from: "2.2.200"))
targetDependencies.append(.byName(name: "OpenSSL"))

#endif
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var targetDependencies: [Target.Dependency] = []
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)

let CryptoLibUrl = "https://github.com/Kitura/CommonCrypto.git"
let CryptoLibVersion: Package.Dependency.Requirement = .upToNextMajor(from: "1.0.0")
let CryptoLibVersion: Package.Dependency.Requirement = .upToNextMajor(from: "1.0.200")

#elseif os(Linux)

Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var targetDependencies: [Target.Dependency] = []
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)

let CryptoLibUrl = "https://github.com/Kitura/CommonCrypto.git"
let CryptoLibVersion: Package.Dependency.Requirement = .upToNextMajor(from: "1.0.0")
let CryptoLibVersion: Package.Dependency.Requirement = .upToNextMajor(from: "1.0.200")

#elseif os(Linux)

Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var targetDependencies: [Target.Dependency] = []

#if os(Linux)

dependencies.append(.package(url: "https://github.com/Kitura/OpenSSL.git", from: "2.2.0"))
dependencies.append(.package(url: "https://github.com/Kitura/OpenSSL.git", from: "2.2.200"))
targetDependencies.append(.byName(name: "OpenSSL"))

#endif
Expand Down

0 comments on commit efc4b81

Please sign in to comment.