File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414set -e
1515echo " >> Building Kitura"
1616travis_start " swift_build_kitura"
17- cd .. && git clone https://github.com/IBM-Swift /Kitura && cd Kitura
17+ cd .. && git clone https://github.com/Kitura /Kitura && cd Kitura
1818
1919# Build once
2020swift build
Original file line number Diff line number Diff line change 2020import PackageDescription
2121
2222var dependencies : [ Package . Dependency ] = [
23- . package ( url: " https://github.com/Kitura/LoggerAPI.git " , from: " 1.9.200 " ) ,
24- . package ( url: " https://github.com/Kitura/BlueSocket.git " , from: " 1 .0.200 " ) ,
25- . package ( url: " https://github.com/Kitura/BlueSSLService.git " , from: " 1 .0.200 " )
23+ . package ( url: " https://github.com/Kitura/LoggerAPI.git " , from: " 2.0.0 " ) ,
24+ . package ( url: " https://github.com/Kitura/BlueSocket.git " , from: " 2 .0.0 " ) ,
25+ . package ( url: " https://github.com/Kitura/BlueSSLService.git " , from: " 2 .0.0 " )
2626]
2727
2828var kituraNetDependencies : [ Target . Dependency ] = [
@@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [
3535
3636#if os(Linux)
3737dependencies. append ( contentsOf: [
38- . package ( url: " https://github.com/Kitura/BlueSignals.git " , from: " 1 .0.200 " )
38+ . package ( url: " https://github.com/Kitura/BlueSignals.git " , from: " 2 .0.0 " )
3939 ] )
4040
4141kituraNetDependencies. append ( contentsOf: [
You can’t perform that action at this time.
0 commit comments