[parallel-hashmap] Update to 1.30 (#9519)

* update parallel_hashmap version

* Update portfile.cmake

* Update CONTROL

* Update portfile.cmake for parallel_hashmap

* bump parallel-hashmap to latest github release
This commit is contained in:
Gregory Popovitch 2020-01-06 14:06:29 -05:00 committed by dan-shaw
parent 140ddf37cd
commit f122800c08
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: parallel-hashmap
Version: 1.27
Version: 1.30
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.27
SHA512 2c142d111e79487d0e4fdd88841c38995f77112b1a4e3501ad91fdaf20be2f274a6b3fd6957bf41b96ff68b5d5274d40f4ac4b448a2ef4262efe8c409894d57e
REF 1.30
SHA512 5c2f4d1f50a6dc17bd763243412786056d5ecc4ec801ac5fe5bacbf0e6abe30e17347f3e4a22c12dc293e74843920cbc9b19ec3f1a048f8a3f58626457cba32a
HEAD_REF master
)