[parallel-hashmap] Update library to 1.24 (#8301)

This commit is contained in:
Ehsan 2019-09-23 21:10:16 +03:30 committed by Phil Christensen
parent 000e7c68f3
commit 8d272fc443
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: parallel-hashmap
Version: 1.23
Version: 1.24
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.23
SHA512 efdc717d965292949dc47c2614d97274d52e409a70b283d2b12a957bf3135c6682ed6f77a5b130b70f77eb2cc5c522626cc4b08cd792a7037844df5ba1538985
REF 1.24
SHA512 1d5ad02651fc64ab7dcddfee21cc97055828a881c2933fde34d3de19af20ae4b92fb631918b382c3bffed81335752690555aa03d7b204f8c6d7230f8a22d6718
HEAD_REF master
)