mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:59:00 +08:00
[seal] update to <4.1.2> (#40871)
Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
parent
b95d06958e
commit
6753b397d7
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/SEAL
|
||||
REF "v${VERSION}"
|
||||
SHA512 717393b2428cd0b88a0cf75dbee6abfc92a89935664b7606dd18c17fa573c8053f24e08d530f2d63a3730e7737c0f2ca91d0002bc02a1cfecd19cf1521312823
|
||||
SHA512 8e97e8106ae2eeceee743634b0db1936b3a3a1381ceceb5646f6de8008d2147cdc9b847219dafd7d8b8f7457e63c7463f155694e8a192d13531171b468e8f365
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
shared-zstd.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "seal",
|
||||
"version": "4.1.1",
|
||||
"port-version": 2,
|
||||
"version": "4.1.2",
|
||||
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
|
||||
"homepage": "https://github.com/microsoft/SEAL",
|
||||
"license": "MIT",
|
||||
|
@ -8153,8 +8153,8 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"seal": {
|
||||
"baseline": "4.1.1",
|
||||
"port-version": 2
|
||||
"baseline": "4.1.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"seasocks": {
|
||||
"baseline": "1.4.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f2c942b5c692afade6ad12b49183c262fde7b79c",
|
||||
"version": "4.1.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "90ddcfb2adf93a2bf7cbad776f62cb84f6145114",
|
||||
"version": "4.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user