Skip to content

Commit

Permalink
Fixed an incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
mpretty-cyro committed Sep 3, 2024
1 parent 3ca77bc commit 7a75a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/Package.swift.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "GRDB",
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/${new_version}/GRDB.xcframework.zip",
url: "https://github.com/oxen-io/session-grdb-swift/releases/download/${new_version}/GRDB.xcframework.zip",
checksum: "${checksum}"
),
.target(name: "_GRDBDummy")
Expand Down

0 comments on commit 7a75a28

Please sign in to comment.