Skip to content

Commit

Permalink
Merge pull request #64 from fouadhatem/patch-2
Browse files Browse the repository at this point in the history
Update repo references
  • Loading branch information
dannys42 authored Sep 19, 2020
2 parents b7a2071 + eb1264b commit 876bcf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Package.swift
// CryptorRSA
//
// Copyright © 2017 IBM. All rights reserved.
// Copyright © 2017-2020 IBM and the authors of the Kitura project. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -26,12 +26,12 @@ var targetDependencies: [Target.Dependency] = []

#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)

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

#elseif os(Linux)

let CryptoLibUrl = "https://github.com/IBM-Swift/OpenSSL.git"
let CryptoLibUrl = "https://github.com/Kitura/OpenSSL.git"
let CryptoLibVersion: Package.Dependency.Requirement = .upToNextMajor(from: "1.0.1")
targetDependencies.append(.byName(name: "OpenSSL"))

Expand Down

0 comments on commit 876bcf5

Please sign in to comment.