aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/seal/CONTROL2
-rw-r--r--ports/seal/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/seal/CONTROL b/ports/seal/CONTROL
index 060d457b6..3bfe24c10 100644
--- a/ports/seal/CONTROL
+++ b/ports/seal/CONTROL
@@ -1,5 +1,5 @@
Source: seal
-Version: 3.6.1
+Version: 3.6.2
Homepage: https://github.com/microsoft/SEAL
Description: Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
Supports: !windows | (windows & static)
diff --git a/ports/seal/portfile.cmake b/ports/seal/portfile.cmake
index d3bae3856..f477b0bc7 100644
--- a/ports/seal/portfile.cmake
+++ b/ports/seal/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/SEAL
- REF d6040632780981f3ab61969025d333d394eb2aeb
- SHA512 f93c636eb9f3dd4c3b626b126aeed669da506e1e17eba172f6d3193ff2561b4cb4fc19a30b46792afa04848f1f4d73e276cdc915b41ec64bc9ea6d02550af110
+ REF 5c586e2480dc0a43fb76a23a3dcc3daecb3764e8
+ SHA512 2a0720d654946bcdb2313353c41ecd420a812dd678b04538e999881790c1c3636605204f0271a2faa1965a1445bd2d8973ffe8fdabf128afb51adb6523e90358
HEAD_REF master
)