mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +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
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO microsoft/SEAL
|
REPO microsoft/SEAL
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 717393b2428cd0b88a0cf75dbee6abfc92a89935664b7606dd18c17fa573c8053f24e08d530f2d63a3730e7737c0f2ca91d0002bc02a1cfecd19cf1521312823
|
SHA512 8e97e8106ae2eeceee743634b0db1936b3a3a1381ceceb5646f6de8008d2147cdc9b847219dafd7d8b8f7457e63c7463f155694e8a192d13531171b468e8f365
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
PATCHES
|
||||||
shared-zstd.patch
|
shared-zstd.patch
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "seal",
|
"name": "seal",
|
||||||
"version": "4.1.1",
|
"version": "4.1.2",
|
||||||
"port-version": 2,
|
|
||||||
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
|
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
|
||||||
"homepage": "https://github.com/microsoft/SEAL",
|
"homepage": "https://github.com/microsoft/SEAL",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -8153,8 +8153,8 @@
|
|||||||
"port-version": 7
|
"port-version": 7
|
||||||
},
|
},
|
||||||
"seal": {
|
"seal": {
|
||||||
"baseline": "4.1.1",
|
"baseline": "4.1.2",
|
||||||
"port-version": 2
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"seasocks": {
|
"seasocks": {
|
||||||
"baseline": "1.4.6",
|
"baseline": "1.4.6",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f2c942b5c692afade6ad12b49183c262fde7b79c",
|
||||||
|
"version": "4.1.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "90ddcfb2adf93a2bf7cbad776f62cb84f6145114",
|
"git-tree": "90ddcfb2adf93a2bf7cbad776f62cb84f6145114",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user