aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorWei Dai <wei.dai@microsoft.com>2021-02-24 13:33:26 -0800
committerGitHub <noreply@github.com>2021-02-24 13:33:26 -0800
commitf5f494d0879b83b8e620a12d938048ae642a09e1 (patch)
tree2e64b243ce616f1a069e090e95b76f6f9a83ebdc /ports
parent95f881be069d0d2493f48737f0c6547278509b97 (diff)
downloadvcpkg-f5f494d0879b83b8e620a12d938048ae642a09e1.tar.gz
vcpkg-f5f494d0879b83b8e620a12d938048ae642a09e1.zip
[seal] Updated SEAL version to 3.6.2. (#16379)
* Updated SEAL's version to the latest. * Updated version number in ports/seal/CONTROL. * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
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
)