mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
[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>
This commit is contained in:
parent
95f881be06
commit
f5f494d087
@ -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)
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -5309,7 +5309,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"seal": {
|
||||
"baseline": "3.6.1",
|
||||
"baseline": "3.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"secp256k1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e04ddee56f805cd71ea28de648a86a3a978ac29e",
|
||||
"version-string": "3.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7f0e988ad7a2c1b8c2c0d39f9954d1782886dd93",
|
||||
"version-string": "3.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user