[parallel-hashmap] Update to 1.27 (#9152)

* update parallel_hashmap version

* Update portfile.cmake

* Update CONTROL

* Update portfile.cmake for parallel_hashmap
This commit is contained in:
Gregory Popovitch 2019-12-02 13:40:43 -05:00 committed by Griffin Downs
parent c89f944b1d
commit 25ef31d00c
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: parallel-hashmap
Version: 1.24
Version: 1.27
Description: A header-only, very fast and memory-friendly family of C++ hash maps.

View File

@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
REF 1.24
SHA512 1d5ad02651fc64ab7dcddfee21cc97055828a881c2933fde34d3de19af20ae4b92fb631918b382c3bffed81335752690555aa03d7b204f8c6d7230f8a22d6718
REF 1.27
SHA512 2c142d111e79487d0e4fdd88841c38995f77112b1a4e3501ad91fdaf20be2f274a6b3fd6957bf41b96ff68b5d5274d40f4ac4b448a2ef4262efe8c409894d57e
HEAD_REF master
)