From 42216bbd6cbc3e6bc1dfe10a0aeafb59f3d4ee82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Tassoux?= Date: Tue, 17 Nov 2020 23:45:52 +0100 Subject: [robin-hood-hashing] Update to 3.9.1 (#14563) https://github.com/martinus/robin-hood-hashing/releases/tag/3.9.1 --- ports/robin-hood-hashing/CONTROL | 2 +- ports/robin-hood-hashing/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/robin-hood-hashing/CONTROL b/ports/robin-hood-hashing/CONTROL index a4cc8e69d..c17463e72 100644 --- a/ports/robin-hood-hashing/CONTROL +++ b/ports/robin-hood-hashing/CONTROL @@ -1,4 +1,4 @@ Source: robin-hood-hashing -Version: 3.9.0 +Version: 3.9.1 Homepage: https://github.com/martinus/robin-hood-hashing Description: Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20 diff --git a/ports/robin-hood-hashing/portfile.cmake b/ports/robin-hood-hashing/portfile.cmake index bf6e319a6..a273467c4 100644 --- a/ports/robin-hood-hashing/portfile.cmake +++ b/ports/robin-hood-hashing/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO martinus/robin-hood-hashing - REF 3.9.0 - SHA512 4331b64eaefe4214f00aa2679f3b18dd5d21d3870620e6809ca5f559e81ffd4df9e5f59a7fadb4dc90d1009fa2ec173b1eb69d42dd1144bac79416538a69b050 + REF 3.9.1 + SHA512 dbd614b772171d3e1d47e01513b3aa56d086a0530bad80931dbee4c3674e08c31cb023ac2cd3e9cadd86db76856ccc4c7a0fa9f7cd653044cd68c82e1a4c9c9c HEAD_REF master ) -- cgit v1.2.3