mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[seal]Updated to version 3.6.4 (#17648)
* Updated SEAL to version 3.6.4. * Updated versions/s-/seal.json.
This commit is contained in:
parent
f1cfb2f925
commit
d27b275702
@ -1,5 +1,5 @@
|
||||
Source: seal
|
||||
Version: 3.6.2
|
||||
Version: 3.6.4
|
||||
Homepage: https://github.com/microsoft/SEAL
|
||||
Description: Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
|
||||
Supports: !windows | (windows & static)
|
||||
|
@ -3,9 +3,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/SEAL
|
||||
REF 5c586e2480dc0a43fb76a23a3dcc3daecb3764e8
|
||||
SHA512 2a0720d654946bcdb2313353c41ecd420a812dd678b04538e999881790c1c3636605204f0271a2faa1965a1445bd2d8973ffe8fdabf128afb51adb6523e90358
|
||||
HEAD_REF master
|
||||
REF 0b058d99b7f18a00e5ebb2b80caee593804b0500
|
||||
SHA512 eed4e4360e32c8506a8f84b9bcfd2c8debf0013ee181f37fb34c6b94e62bbde1993ee400a3f589fe2378b598dd4fdb2e8532b706691a9348e464cd1a202ef23c
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
|
@ -5521,7 +5521,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"seal": {
|
||||
"baseline": "3.6.2",
|
||||
"baseline": "3.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"secp256k1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aa3ad12b6022d47b57c3482ed9f413bc374b9396",
|
||||
"version-string": "3.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e04ddee56f805cd71ea28de648a86a3a978ac29e",
|
||||
"version-string": "3.6.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user