aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Popovitch <greg7mdp@gmail.com>2019-12-02 13:40:43 -0500
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-12-02 10:40:43 -0800
commit25ef31d00cc2f01acc9673d21e8d152323746770 (patch)
tree75643b819b4e8cd1e9b50fd4c25cfd9a21397bbc
parentc89f944b1d874d7d2224f36dd31a499277949cea (diff)
downloadvcpkg-25ef31d00cc2f01acc9673d21e8d152323746770.tar.gz
vcpkg-25ef31d00cc2f01acc9673d21e8d152323746770.zip
[parallel-hashmap] Update to 1.27 (#9152)
* update parallel_hashmap version * Update portfile.cmake * Update CONTROL * Update portfile.cmake for parallel_hashmap
-rw-r--r--ports/parallel-hashmap/CONTROL2
-rw-r--r--ports/parallel-hashmap/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/parallel-hashmap/CONTROL b/ports/parallel-hashmap/CONTROL
index 9fc7cfec7..6d0aa3243 100644
--- a/ports/parallel-hashmap/CONTROL
+++ b/ports/parallel-hashmap/CONTROL
@@ -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.
diff --git a/ports/parallel-hashmap/portfile.cmake b/ports/parallel-hashmap/portfile.cmake
index bd747784d..d92247d3a 100644
--- a/ports/parallel-hashmap/portfile.cmake
+++ b/ports/parallel-hashmap/portfile.cmake
@@ -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
)