Skip to content

Commit 2844188

Browse files
committed
chore: update upgraded dependency name
1 parent f668107 commit 2844188

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(url: "https://github.com/attaswift/BigInt", from: "5.7.0"),
1717
.package(url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.2")),
18-
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", exact: "0.21.1"),
18+
.package(url: "https://github.com/21-DOT-DEV/swift-secp256k1", exact: "0.21.1"),
1919
.package(url: "https://github.com/vapor/websocket-kit.git", from: "2.16.1"),
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4")
2121
],
@@ -29,7 +29,7 @@ let package = Package(
2929
.target(name: "Internal_CryptoSwift_PBDKF2"),
3030
"BigInt",
3131
.product(name: "GenericJSON", package: "generic-json-swift"),
32-
.product(name: "libsecp256k1", package: "secp256k1.swift"),
32+
.product(name: "libsecp256k1", package: "swift-secp256k1"),
3333
.product(name: "WebSocketKit", package: "websocket-kit"),
3434
.product(name: "Logging", package: "swift-log")
3535
],

Package@swift-6.1.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(url: "https://github.com/attaswift/BigInt", from: "5.7.0"),
1717
.package(url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.2")),
18-
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", exact: "0.21.1"),
18+
.package(url: "https://github.com/21-DOT-DEV/swift-secp256k1", exact: "0.21.1"),
1919
.package(url: "https://github.com/vapor/websocket-kit.git", from: "2.16.1"),
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4")
2121
],
@@ -29,7 +29,7 @@ let package = Package(
2929
.target(name: "Internal_CryptoSwift_PBDKF2"),
3030
"BigInt",
3131
.product(name: "GenericJSON", package: "generic-json-swift"),
32-
.product(name: "libsecp256k1", package: "secp256k1.swift"),
32+
.product(name: "libsecp256k1", package: "swift-secp256k1"),
3333
.product(name: "WebSocketKit", package: "websocket-kit"),
3434
.product(name: "Logging", package: "swift-log")
3535
],

0 commit comments

Comments
 (0)