@@ -53,27 +53,27 @@ let package = Package(
53
53
products: addGenerated ( [
54
54
] ) ,
55
55
dependencies: [
56
- . package ( url: " https://hub.fastgit.org /readdle/java_swift.git " , . upToNextMinor( from: " 2.1.9 " ) ) ,
57
- . package ( url: " https://hub.fastgit.org /readdle/swift-java.git " , . upToNextMinor( from: " 0.2.4 " ) ) ,
58
- . package ( url: " https://hub.fastgit.org /readdle/swift-java-coder.git " , . branch( " dev/kotlin-support " ) ) ,
59
- . package ( url: " https://hub.fastgit.org /readdle/swift-anycodable.git " , . upToNextMinor( from: " 1.0.3 " ) ) ,
56
+ . package ( url: " https://www.github.com /readdle/java_swift.git " , . upToNextMinor( from: " 2.1.9 " ) ) ,
57
+ . package ( url: " https://www.github.com /readdle/swift-java.git " , . upToNextMinor( from: " 0.2.4 " ) ) ,
58
+ . package ( url: " https://www.github.com /readdle/swift-java-coder.git " , . branch( " dev/kotlin-support " ) ) ,
59
+ . package ( url: " https://www.github.com /readdle/swift-anycodable.git " , . upToNextMinor( from: " 1.0.3 " ) ) ,
60
60
61
- . package ( url: " https://hub.fastgit.org /Guang1234567/swift-android-logcat.git " , . branch( " master " ) ) ,
61
+ . package ( url: " https://www.github.com /Guang1234567/swift-android-logcat.git " , . branch( " master " ) ) ,
62
62
// .package(path: "./third_part_libs/swift-android-logcat"),
63
63
// .package(url: "./third_part_libs/swift-android-logcat", .branch("master"))
64
- . package ( url: " https://hub.fastgit.org /Guang1234567/swift-android-trace.git " , . branch( " master " ) ) ,
64
+ . package ( url: " https://www.github.com /Guang1234567/swift-android-trace.git " , . branch( " master " ) ) ,
65
65
// .package(path: "./third_part_libs/swift-android-trace"),
66
- . package ( url: " https://hub.fastgit.org /Guang1234567/swift-backtrace.git " , . branch( " android_support " ) ) ,
67
- . package ( url: " https://hub.fastgit.org /Guang1234567/SQLite.swift.android.git " , . branch( " master " ) ) ,
66
+ . package ( url: " https://www.github.com /Guang1234567/swift-backtrace.git " , . branch( " android_support " ) ) ,
67
+ . package ( url: " https://www.github.com /Guang1234567/SQLite.swift.android.git " , . branch( " master " ) ) ,
68
68
// .package(path: "./third_part_libs/SQLite.swift.android"),
69
- . package ( url: " https://hub.fastgit.org /Guang1234567/Swift-Posix-Thread.git " , . branch( " master " ) ) ,
69
+ . package ( url: " https://www.github.com /Guang1234567/Swift-Posix-Thread.git " , . branch( " master " ) ) ,
70
70
// swift-transcode-tcforge.git has `git-submodule`
71
71
// so need to call `.build/checkouts/swift-transcode-tcforge $ git submodule update --recursive`.
72
72
// [issue](https://github.com/apple/swift-package-manager/pull/756/commits/27db6d296fbd8a0f723c85ecf5397244c13a5325)
73
- . package ( url: " https://hub.fastgit.org /Guang1234567/swift-transcode-tcforge.git " , . branch( " master " ) ) ,
74
- . package ( url: " https://hub.fastgit.org /Guang1234567/Swift_Android_Bitmap.git " , . branch( " master " ) ) ,
75
- . package ( url: " https://hub.fastgit.org /Guang1234567/Swift_Boost_Context.git " , . branch( " master " ) ) ,
76
- . package ( url: " https://hub.fastgit.org /Guang1234567/Swift_Coroutine.git " , . branch( " master " ) )
73
+ . package ( url: " https://www.github.com /Guang1234567/swift-transcode-tcforge.git " , . branch( " master " ) ) ,
74
+ . package ( url: " https://www.github.com /Guang1234567/Swift_Android_Bitmap.git " , . branch( " master " ) ) ,
75
+ . package ( url: " https://www.github.com /Guang1234567/Swift_Boost_Context.git " , . branch( " master " ) ) ,
76
+ . package ( url: " https://www.github.com /Guang1234567/Swift_Coroutine.git " , . branch( " master " ) )
77
77
] ,
78
78
targets: addGenerated ( [
79
79
. target( name: packageName,
0 commit comments