Skip to content

Commit

Permalink
DuckDuckGo GRDB.swift 2.4.2 (GRDB 6.29.3, SQLCipher 4.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 21, 2024
1 parent 4225b85 commit 5b2f6a8
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.4.0/GRDB.xcframework.zip",
checksum: "507f6f6ff2091ec70dca20ca47bbcf47955fbf34d73d05bd3f5fa67c3e7b0753"
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/2.4.2/GRDB.xcframework.zip",
checksum: "5380265b0e70f0ed28eb1e12640eb6cde5e4bfd39893c86b31f8d17126887174"
),
.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.4.0*
* GRDB: *6.29.0*
* SQLCipher: *4.6.0*
* This Package: *2.4.2*
* GRDB: *6.29.3*
* SQLCipher: *4.6.1*

## 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 5b2f6a8

Please sign in to comment.