Skip to content

Commit

Permalink
Misc community version (#319)
Browse files Browse the repository at this point in the history
* Update package reference to community versions; update copyright to include community

* Update package reference to community versions; update copyright to include community
  • Loading branch information
dannys42 authored Oct 3, 2020
1 parent 256fce0 commit e017a57
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import PackageDescription

var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.0"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200")
]

var kituraNetDependencies: [Target.Dependency] = [
Expand All @@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [

#if os(Linux)
dependencies.append(contentsOf: [
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200")
])

kituraNetDependencies.append(contentsOf: [
Expand Down
14 changes: 7 additions & 7 deletions Package@swift-4.0.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The swift-tools-version declares the minimum version of Swift required to build this package.

/**
* Copyright IBM Corporation 2016, 2017
* Copyright IBM Corporation and the Kitura project authors 2016-2020
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -20,10 +20,10 @@
import PackageDescription

var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", from: "1.7.3"),
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/CCurl.git", from: "1.1.0"),
.package(url: "https://github.com/IBM-Swift/BlueSSLService.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/CCurl.git", from: "1.1.200"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200")
]

var kituraNetDependencies: [Target.Dependency] = [
Expand All @@ -36,8 +36,8 @@ var kituraNetDependencies: [Target.Dependency] = [

#if os(Linux)
dependencies.append(contentsOf: [
.package(url: "https://github.com/IBM-Swift/CEpoll.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/BlueSignals.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/CEpoll.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200")
])

kituraNetDependencies.append(contentsOf: [
Expand Down
12 changes: 6 additions & 6 deletions Package@swift-4.1.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
import PackageDescription

var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.0"),
.package(url: "https://github.com/Kitura/CCurl.git", from: "1.1.0"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/CCurl.git", from: "1.1.200"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200")
]

var kituraNetDependencies: [Target.Dependency] = [
Expand All @@ -36,8 +36,8 @@ var kituraNetDependencies: [Target.Dependency] = [

#if os(Linux)
dependencies.append(contentsOf: [
.package(url: "https://github.com/Kitura/CEpoll.git", from: "1.0.0"),
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/CEpoll.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200")
])

kituraNetDependencies.append(contentsOf: [
Expand Down
8 changes: 4 additions & 4 deletions Package@swift-4.2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import PackageDescription

var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.0"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
.package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"),
.package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200")
]

var kituraNetDependencies: [Target.Dependency] = [
Expand All @@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [

#if os(Linux)
dependencies.append(contentsOf: [
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.0")
.package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200")
])

kituraNetDependencies.append(contentsOf: [
Expand Down

0 comments on commit e017a57

Please sign in to comment.