We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09b6a commit 200ff08Copy full SHA for 200ff08
Package.swift
@@ -15,8 +15,8 @@ let package = Package(
15
targets: [
16
.binaryTarget(
17
name: "GRDB",
18
- url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.4/GRDB.xcframework.zip",
19
- checksum: "214cead013b4ba79ee0f1ff1251fbe06b6d6115729149be4b9f522711848132c"
+ url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.5/GRDB.xcframework.zip",
+ checksum: "265a37cf6b77c5301d0c2c38823e18842c8833b386d0a502003096029a723525"
20
),
21
.target(name: "_GRDBDummy")
22
]
0 commit comments