Skip to content

Commit

Permalink
DuckDuckGo GRDB.swift 2.1.1 (GRDB 6.7.0, SQLCipher 4.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Apr 5, 2023
1 parent d118211 commit 4475888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "GRDB",
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/2.1.0/GRDB.xcframework.zip",
checksum: "de6813ed04738da36fd78d4f624898150a6c92fe1ec5d7402109e57a87ea3537"
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/2.1.1/GRDB.xcframework.zip",
checksum: "bbc36d8e5d1c8fecce738d7218197b6ac63281f6b0936dffb1b923acf53a90ab"
),
.target(name: "_GRDBDummy")
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The default branch for this repository is `main` (as opposed to upstream's `mast

## Version

* This Package: *2.1.0*
* This Package: *2.1.1*
* GRDB: *6.7.0*
* SQLCipher: *4.5.3*

Expand Down

0 comments on commit 4475888

Please sign in to comment.