aboutsummaryrefslogtreecommitdiff
path: root/ports/parallel-hashmap
diff options
context:
space:
mode:
Diffstat (limited to 'ports/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 1732e09fa..3d8fe0132 100644
--- a/ports/parallel-hashmap/CONTROL
+++ b/ports/parallel-hashmap/CONTROL
@@ -1,3 +1,3 @@
Source: parallel-hashmap
-Version: 1.32
+Version: 1.33
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 01a7e1b2d..e8b81b15d 100644
--- a/ports/parallel-hashmap/portfile.cmake
+++ b/ports/parallel-hashmap/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
- REF 1.32
- SHA512 838358bf5899876a53accea8a10e051d35189b4105b6bc01dfe4f3ff01fdbe68986efb36341cc3082bc58419be33735e76350a2fd9501c2cace153f9d4321f24
+ REF 1.33
+ SHA512 287f098229153d925632e68e3cdbabfae0ea0ab8864089e4c0553a166c6079ca82ed5246ba53afd2a2917abcf06f37bc18f098e721f5f3b8def4d2d8c1c8c745
HEAD_REF master
)