[sqlcipher] Update to version 4.6.1 (#41134)

This commit is contained in:
Kadir 2024-09-24 17:04:13 +03:00 committed by GitHub
parent f88cd0190d
commit 113114d0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sqlcipher/sqlcipher
REF "v${VERSION}"
SHA512 1316b6df0400bc0b67c88b3e7fbf9ca689f248a57c7b6a5564a96552313c68df9e4aaeedcd8f71254b8acf34cf830ce8e8a1b198cd1bea32967a4adb0fd73493
SHA512 023b2fc7248fe38b758ef93dd8436677ff0f5d08b1061e7eab0adb9e38ad92d523e0ab69016ee69bd35c1fd53c10f61e99b01f7a2987a1f1d492e1f7216a0a9c
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "sqlcipher",
"version": "4.6.0",
"version": "4.6.1",
"description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage.",
"homepage": "https://www.zetetic.net/sqlcipher",
"license": null,

View File

@ -8553,7 +8553,7 @@
"port-version": 3
},
"sqlcipher": {
"baseline": "4.6.0",
"baseline": "4.6.1",
"port-version": 0
},
"sqlite-modern-cpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "50e124ac105168dff2cbe199adf15e1d13f5562f",
"version": "4.6.1",
"port-version": 0
},
{
"git-tree": "2497c31e00c779e502abdc7a0dc89845989cb41f",
"version": "4.6.0",