diff options
| author | Wei Dai <wei.dai@microsoft.com> | 2021-02-24 13:33:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 13:33:26 -0800 |
| commit | f5f494d0879b83b8e620a12d938048ae642a09e1 (patch) | |
| tree | 2e64b243ce616f1a069e090e95b76f6f9a83ebdc | |
| parent | 95f881be069d0d2493f48737f0c6547278509b97 (diff) | |
| download | vcpkg-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>
| -rw-r--r-- | ports/seal/CONTROL | 2 | ||||
| -rw-r--r-- | ports/seal/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/seal.json | 5 |
4 files changed, 9 insertions, 4 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 ) diff --git a/versions/baseline.json b/versions/baseline.json index 611b7b015..da939388d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5309,7 +5309,7 @@ "port-version": 0 }, "seal": { - "baseline": "3.6.1", + "baseline": "3.6.2", "port-version": 0 }, "secp256k1": { diff --git a/versions/s-/seal.json b/versions/s-/seal.json index 1fbf01d50..ec7b69ca6 100644 --- a/versions/s-/seal.json +++ b/versions/s-/seal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e04ddee56f805cd71ea28de648a86a3a978ac29e", + "version-string": "3.6.2", + "port-version": 0 + }, + { "git-tree": "7f0e988ad7a2c1b8c2c0d39f9954d1782886dd93", "version-string": "3.6.1", "port-version": 0 |
