Skip to content

Commit

Permalink
[sqlcipher] Update to 4.5.6 (microsoft#37437)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenPStarFinanz authored Mar 14, 2024
1 parent a0df143 commit 8d3649b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/sqlcipher/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sqlcipher/sqlcipher
REF "v${VERSION}"
SHA512 deb592d6f27e7cc02bd641bb8f6e07b242f0dc6c7d8732e7a1e70e457eadd487add7d95c881fe9afbff516f4641a6e603473e47c63afa8396a0ddf007a5818fd
SHA512 656206cd6f8eaec15a8c409c47c1c2ca7fa3d30f3b124f89ceeff3c0c8772e0b3cc942ef93a18a4ce4dee12b1d9bd94d7e4132cea35707871fe8c08b13f87797
HEAD_REF master
)

Expand Down Expand Up @@ -78,7 +78,7 @@ configure_file(
@ONLY
)

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_copy_pdbs()
vcpkg_copy_tool_dependencies("${CURRENT_PACKAGES_DIR}/tools/${PORT}")
Expand Down
2 changes: 1 addition & 1 deletion ports/sqlcipher/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlcipher",
"version": "4.5.4",
"version": "4.5.6",
"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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8297,7 +8297,7 @@
"port-version": 3
},
"sqlcipher": {
"baseline": "4.5.4",
"baseline": "4.5.6",
"port-version": 0
},
"sqlite-modern-cpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlcipher.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cd71e0db4fe329a414dd99173f358d4bfe3eb847",
"version": "4.5.6",
"port-version": 0
},
{
"git-tree": "81b4c14ac8275c922f1a972db7452c98b002526b",
"version": "4.5.4",
Expand Down

0 comments on commit 8d3649b

Please sign in to comment.