Skip to content

Commit

Permalink
DuckDuckGo GRDB.swift 2.4.0 (GRDB 6.29.0, SQLCipher 4.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jul 26, 2024
1 parent 75741fa commit 4225b85
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.3.0/GRDB.xcframework.zip",
checksum: "9692d57b3b7dddfc8c970465492309f8fdd58cf720b21d5a850525b52952acf7"
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/2.4.0/GRDB.xcframework.zip",
checksum: "507f6f6ff2091ec70dca20ca47bbcf47955fbf34d73d05bd3f5fa67c3e7b0753"
),
.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.3.0*
* GRDB: *6.23.0*
* SQLCipher: *4.5.5*
* This Package: *2.4.0*
* GRDB: *6.29.0*
* SQLCipher: *4.6.0*

## 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 4225b85

Please sign in to comment.