diff options
| author | Wei Dai <wei.dai@microsoft.com> | 2021-09-17 08:04:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:04:12 -0700 |
| commit | ccd2cf07cf657928d976941f5137650932ebf9f8 (patch) | |
| tree | d052f14173ca54c185ef13401b2d06c82988909e /ports/apsi | |
| parent | 03b5bebb3c8f4aa287edbef27d1735b084558feb (diff) | |
| download | vcpkg-ccd2cf07cf657928d976941f5137650932ebf9f8.tar.gz vcpkg-ccd2cf07cf657928d976941f5137650932ebf9f8.zip | |
[seal] Updated SEAL to version 3.7.0 (#20166)
* Updated ports/seal and ports/apsi.
* Updated versioning.
Diffstat (limited to 'ports/apsi')
| -rw-r--r-- | ports/apsi/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/apsi/vcpkg.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/apsi/portfile.cmake b/ports/apsi/portfile.cmake index d13a9e388..95f63b17b 100644 --- a/ports/apsi/portfile.cmake +++ b/ports/apsi/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/APSI - REF 2eba8a245872755a76282c4f1b14aefd67b1a199 - SHA512 fd21e41b9a3241dc3454fadb54feb7843d9d4d4563da26d0f4a29b67ea22ead24ff6d89029050f5c54225cb95cb181f346f381b98873d3c55173444c0650d581 + REF 7fbeefbd42f4884da95073d40de22ba46fc0f1f5 + SHA512 dfa4b7571b355646004d5b8823f250b56cda6e84d348a6a013f45fbf5c119e49bda28ac8a75f8ec06738814c50e34e66805994c7bc780ddfd57cc2067ffa745a HEAD_REF main ) @@ -29,7 +29,7 @@ vcpkg_cmake_configure( vcpkg_cmake_install() -vcpkg_cmake_config_fixup(PACKAGE_NAME "APSI" CONFIG_PATH "lib/cmake/APSI-0.2") +vcpkg_cmake_config_fixup(PACKAGE_NAME "APSI" CONFIG_PATH "lib/cmake/APSI-0.3") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/apsi/vcpkg.json b/ports/apsi/vcpkg.json index 01926f583..e34160473 100644 --- a/ports/apsi/vcpkg.json +++ b/ports/apsi/vcpkg.json @@ -1,6 +1,6 @@ { "name": "apsi", - "version-semver": "0.2.0", + "version-semver": "0.3.1", "description": "APSI is a research library for asymmetric private set intersection.", "homepage": "https://github.com/microsoft/APSI", "supports": "static", |
