We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da3c29 commit 180be9aCopy full SHA for 180be9a
1 file changed
Package.swift
@@ -20,8 +20,8 @@ let package = Package(
20
],
21
targets: [
22
.binaryTarget(name: "SQLCipher",
23
- url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.13.0/SQLCipher.xcframework.zip",
24
- checksum: "05898c5baf0bb8fdb982da68201feb571ce601ad3af67ea9f712c99842cf701b"
+ url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip",
+ checksum: "10b468e8664d7f272b6447bda5adb5ac16fb0040e9a25f4de798eb79cdb30e5f"
25
),
26
.testTarget(
27
name: "SQLCipherTests",
0 commit comments