Skip to content

Commit

Permalink
[Seal] Update to version 3.7.1 (#21024)
Browse files Browse the repository at this point in the history
* Updated ports/seal.

* Updated versioning.
  • Loading branch information
Wei Dai authored Nov 4, 2021
1 parent a882a80 commit 428d600
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/seal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/SEAL
REF 2d2a25c916047d2f356d45ad50c98f0a9695905a
SHA512 81b2be39fca39dbd3a1246d0a1b8474d27eb6b1f3205f2107243bcd883b95814d2b642fa6807ed1f272d321233c2ec7992a256866ae1700c1203575594b42559
REF 608fb1b9717ec6effe707758a636e0a0df76fc26
SHA512 4d73e44955dcf7424318d1f46dd2b38b08592fd649a208953dbb9da30e7befdb6bf9f50ab364732d0ded7c9d977fd9bbad9fd1e2d2ff6ea2931d418a87be6d27
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/seal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seal",
"version-semver": "3.7.0",
"version-semver": "3.7.1",
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
"homepage": "https://github.com/microsoft/SEAL",
"supports": "!windows | (windows & static)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6125,7 +6125,7 @@
"port-version": 1
},
"seal": {
"baseline": "3.7.0",
"baseline": "3.7.1",
"port-version": 0
},
"secp256k1": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/seal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dc1789c424c644a859870fb66288c5bfacb62d35",
"version-semver": "3.7.1",
"port-version": 0
},
{
"git-tree": "1e0c0c7900d62643f5e83af3a18401d9116d2696",
"version-semver": "3.7.0",
Expand Down

0 comments on commit 428d600

Please sign in to comment.