diff options
| author | Ryan <ryan__mckenzie@hotmail.com> | 2021-05-18 00:52:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:52:16 -0700 |
| commit | a5708b824e068ecd8252db1581111c7990991140 (patch) | |
| tree | cace1bf3f34d4d57b86d3032a5385fbf74ff94a3 | |
| parent | eff6f06b3ead47e9f9833d8c9b6a56983f1e5789 (diff) | |
| download | vcpkg-a5708b824e068ecd8252db1581111c7990991140.tar.gz vcpkg-a5708b824e068ecd8252db1581111c7990991140.zip | |
[robin-hood-hashing] Update to 3.11.2 (#17958)
* update to 3.11.2
* add versions
| -rw-r--r-- | ports/robin-hood-hashing/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/robin-hood-hashing/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/r-/robin-hood-hashing.json | 5 |
4 files changed, 9 insertions, 4 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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 0ae1b75f6..acba55d33 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5373,7 +5373,7 @@ "port-version": 0 }, "robin-hood-hashing": { - "baseline": "3.11.1", + "baseline": "3.11.2", "port-version": 0 }, "robin-map": { diff --git a/versions/r-/robin-hood-hashing.json b/versions/r-/robin-hood-hashing.json index 1c19e06bf..be98347e6 100644 --- a/versions/r-/robin-hood-hashing.json +++ b/versions/r-/robin-hood-hashing.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "16f3329478557c2ae15d37388108000c2d4c002b", + "version": "3.11.2", + "port-version": 0 + }, + { "git-tree": "d6b144376a42518566210224cefbf1e29c24d205", "version": "3.11.1", "port-version": 0 |
