diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-03-29 18:22:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 09:22:09 -0700 |
| commit | 95890b4973a1d2b48531dd7e44083641d4933693 (patch) | |
| tree | b61fe5c5f87e5321bdcf79e79d669551c329dc7a /ports | |
| parent | e592d034f15512f49cc652469b9c90b3dffdfced (diff) | |
| download | vcpkg-95890b4973a1d2b48531dd7e44083641d4933693.tar.gz vcpkg-95890b4973a1d2b48531dd7e44083641d4933693.zip | |
[robin-hood-hashing] Update to 3.11.1 (#16901)
* [robin-hood-hashing] Update to 3.11.1
* [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 0aadd73ab..7dea8773d 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.10.0
- SHA512 38ab7fa33a1516933155dda06e3b83860810c33cc6ae4fa48e31389da870bb8037a210a4596576061ef67b51e791d2c7ab5a02dad5e323612e53dff7561801ff
+ REF 3.11.1
+ SHA512 5bc4aee93d3cc3b4f50e017698ef22f36201a48c3b5b7baddaf0171fadc36f144a49c79849e7e7083d121be995ad97b64906c007771b0adced7e4b150192fe03
HEAD_REF master
)
diff --git a/ports/robin-hood-hashing/vcpkg.json b/ports/robin-hood-hashing/vcpkg.json index edeb9eefe..252e705ad 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.10.0", + "version": "3.11.1", "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": [ |
