From 4330ee1d34c2e97b2299c87b920cd7cbec0a775b Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Thu, 29 Apr 2021 05:26:02 +0900 Subject: [sqlcipher] update to 4.4.3 (#17500) (#17501) --- ports/sqlcipher/portfile.cmake | 4 ++-- ports/sqlcipher/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ports/sqlcipher') diff --git a/ports/sqlcipher/portfile.cmake b/ports/sqlcipher/portfile.cmake index 247901952..02c27357c 100644 --- a/ports/sqlcipher/portfile.cmake +++ b/ports/sqlcipher/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_fail_port_install( ON_TARGET "UWP" "OSX" "Linux") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO sqlcipher/sqlcipher - REF v4.4.1 - SHA512 6bf53c697a1ae1a2714e135ee0645978706f6ee6c0500de9a9953314eda8fc84dc5a4f0beeebb390f14e4552833f11f869ba9846896d40e2e45e483edea09fe5 + REF v4.4.3 + SHA512 d80177cf658c145f7328bafac14bc2779afa463fc94ef0a5e99b6654cf2eece3088ac296949130e7263f52948913ffeac253c47e33d91816e90caf1788301a9a HEAD_REF master ) diff --git a/ports/sqlcipher/vcpkg.json b/ports/sqlcipher/vcpkg.json index 8411f44ea..ed3ff2876 100644 --- a/ports/sqlcipher/vcpkg.json +++ b/ports/sqlcipher/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sqlcipher", - "version-string": "4.4.1", + "version": "4.4.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", "supports": "windows & !uwp & !static", -- cgit v1.2.3