We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1628ba3 commit a123535Copy full SHA for a123535
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.7/GRDB.xcframework.zip",
19
- checksum: "5a32b07a382a70bb7b06b3acb4abc566911981ebae75d66f6e829e3759742b9f"
+ url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.8/GRDB.xcframework.zip",
+ checksum: "02849a50c8649b64cf7d844374506313e9ccac21925284c5f65ea2ee48c89f9c"
20
),
21
.target(name: "_GRDBDummy")
22
]
0 commit comments