aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorRyan <ryan__mckenzie@hotmail.com>2021-05-18 00:52:16 -0700
committerGitHub <noreply@github.com>2021-05-18 00:52:16 -0700
commita5708b824e068ecd8252db1581111c7990991140 (patch)
treecace1bf3f34d4d57b86d3032a5385fbf74ff94a3 /ports
parenteff6f06b3ead47e9f9833d8c9b6a56983f1e5789 (diff)
downloadvcpkg-a5708b824e068ecd8252db1581111c7990991140.tar.gz
vcpkg-a5708b824e068ecd8252db1581111c7990991140.zip
[robin-hood-hashing] Update to 3.11.2 (#17958)
* update to 3.11.2 * add versions
Diffstat (limited to 'ports')
-rw-r--r--ports/robin-hood-hashing/portfile.cmake4
-rw-r--r--ports/robin-hood-hashing/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/robin-hood-hashing/portfile.cmake b/ports/robin-hood-hashing/portfile.cmake
index 7dea8773d..e95e3fa0f 100644
--- a/ports/robin-hood-hashing/portfile.cmake
+++ b/ports/robin-hood-hashing/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinus/robin-hood-hashing
- REF 3.11.1
- SHA512 5bc4aee93d3cc3b4f50e017698ef22f36201a48c3b5b7baddaf0171fadc36f144a49c79849e7e7083d121be995ad97b64906c007771b0adced7e4b150192fe03
+ REF 3.11.2
+ SHA512 5d55f054e29ae34d410eb0103f9f0aa1faf47e313b9f089c73b9c26fd9bedf132f6bb13b4bcd2664309c32fe7e859e346d0a6e7ab7f46b294f9b8db207577795
HEAD_REF master
)
diff --git a/ports/robin-hood-hashing/vcpkg.json b/ports/robin-hood-hashing/vcpkg.json
index 252e705ad..cb8079415 100644
--- a/ports/robin-hood-hashing/vcpkg.json
+++ b/ports/robin-hood-hashing/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "robin-hood-hashing",
- "version": "3.11.1",
+ "version": "3.11.2",
"description": "Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20",
"homepage": "https://github.com/martinus/robin-hood-hashing",
"dependencies": [