diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-07-22 23:53:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:53:23 -0700 |
| commit | f98d75efc7934d965ac8bb6e304b373c7673c5a3 (patch) | |
| tree | 05b2472058420c939881506865a6a60882cc54bb /ports | |
| parent | 1c3bd46b60f2655a30e02c4fade33f58d5a1e172 (diff) | |
| download | vcpkg-f98d75efc7934d965ac8bb6e304b373c7673c5a3.tar.gz vcpkg-f98d75efc7934d965ac8bb6e304b373c7673c5a3.zip | |
[robin-hood-hashing] Update to 3.11.3 (#18917)
* [robin-hood-hashing] Update to 3.11.3
* [robin-hood-hashing] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/robin-hood-hashing/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/robin-hood-hashing/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/robin-hood-hashing/portfile.cmake b/ports/robin-hood-hashing/portfile.cmake index e95e3fa0f..c6dbf8fde 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.2
- SHA512 5d55f054e29ae34d410eb0103f9f0aa1faf47e313b9f089c73b9c26fd9bedf132f6bb13b4bcd2664309c32fe7e859e346d0a6e7ab7f46b294f9b8db207577795
+ REF 3.11.3
+ SHA512 0a4bc04a7b474b80dc156492a12d29046a566272c7b5f2fbcbd27c68ec62fa5db753afe5eac521cd4bd6d6e5ce1b1dfd590ae0b64003a70e102c83a89045b1e6
HEAD_REF master
)
diff --git a/ports/robin-hood-hashing/vcpkg.json b/ports/robin-hood-hashing/vcpkg.json index cb8079415..145bd2ba4 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.2", + "version": "3.11.3", "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": [ |
