mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[sqlcipher] Bump to 4.5.3. (#30366)
* [vcpkg] Bump to 4.5.3. * x-add-version * Update ports/sqlcipher/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * x-add-version * Update ports/sqlcipher/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * x-add-version * Removed blank line by hand. * x-add-version --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
parent
fc2263ea36
commit
a35209a4ee
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sqlcipher/sqlcipher
|
||||
REF v4.5.2
|
||||
SHA512 1de5b219392bb976631857e32b4523258fd660fedb558d478e536b7e10c711c72c7e7c9062e45bd8a5ceaecbc1fee717935d2357f6811c3ddf76702167f4601b
|
||||
REF "v${VERSION}"
|
||||
SHA512 27dcc83c8088ea32a2bbc3d5493d070e29976dc54ccf91d849df67be19cb553761a32b3613e293a07f50128aeb808d54f363ad12a58a47f06a61a1cc4e1eb0cd
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sqlcipher",
|
||||
"version": "4.5.2",
|
||||
"version": "4.5.3",
|
||||
"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,
|
||||
|
@ -7517,7 +7517,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"sqlcipher": {
|
||||
"baseline": "4.5.2",
|
||||
"baseline": "4.5.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"sqlite-modern-cpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2cbeeef2ddd185d1b41197c8b8abd6fbf0646047",
|
||||
"version": "4.5.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "56c606b11bcc5de6e0a93cde32b9c876539d6df4",
|
||||
"version": "4.5.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user