aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlcipher/portfile.cmake
diff options
context:
space:
mode:
authorKOGA Mitsuhiro <shiena.jp+github@gmail.com>2021-04-29 05:26:02 +0900
committerGitHub <noreply@github.com>2021-04-28 13:26:02 -0700
commit4330ee1d34c2e97b2299c87b920cd7cbec0a775b (patch)
treeecd3413c89bfd267a31b8d4994aa5ae7b36d5000 /ports/sqlcipher/portfile.cmake
parent574ac2054532fac0c4232643da6519e4a216ca08 (diff)
downloadvcpkg-4330ee1d34c2e97b2299c87b920cd7cbec0a775b.tar.gz
vcpkg-4330ee1d34c2e97b2299c87b920cd7cbec0a775b.zip
[sqlcipher] update to 4.4.3 (#17500) (#17501)
Diffstat (limited to 'ports/sqlcipher/portfile.cmake')
-rw-r--r--ports/sqlcipher/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
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
)