Skip to content

Commit 07bf6bc

Browse files
committed
Updates binaryTarget url and checksum for 4.16.0
1 parent 967b937 commit 07bf6bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
],
2121
targets: [
2222
.binaryTarget(name: "SQLCipher",
23-
url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.15.0/SQLCipher.xcframework.zip",
24-
checksum: "8a7f58b6026e880a4ec52cbfaf548c502fa6575083fe4f6608680f98dba8744a"
23+
url: "https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.16.0/SQLCipher.xcframework.zip",
24+
checksum: "510fd00fa51fb017909a159bb1cc233b012e8ce18dc9c2f09014fe47f557c1a6"
2525
),
2626
.testTarget(
2727
name: "SQLCipherTests",

0 commit comments

Comments
 (0)