Skip to content

Commit

Permalink
DuckDuckGo GRDB.swift 2.2.0 (GRDB 6.15.1, SQLCipher 4.5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jul 6, 2023
1 parent 7002d39 commit 77d9a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1/GRDB.xcframework.zip",
checksum: "bbc36d8e5d1c8fecce738d7218197b6ac63281f6b0936dffb1b923acf53a90ab"
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/2.2.0/GRDB.xcframework.zip",
checksum: "3733b6b2111e20df30336ab27c579ae6502ef6a498c8418fa969bcd700cfd4cb"
),
.target(name: "_GRDBDummy")
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The default branch for this repository is `main` (as opposed to upstream's `mast

## Version

* This Package: *2.1.1*
* GRDB: *6.7.0*
* SQLCipher: *4.5.3*
* This Package: *2.2.0*
* GRDB: *6.15.1*
* SQLCipher: *4.5.4*

## Contributions
We do not accept contributions to this repository at this time. However, feel free to open an issue in order to start a discussion.
Expand Down

0 comments on commit 77d9a83

Please sign in to comment.