Skip to content

Commit

Permalink
[robin-map] update to 1.2.2 (#37622)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Mar 23, 2024
1 parent bd9be17 commit 1c413c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/robin-map/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tessil/robin-map
REF v1.2.1
SHA512 9e08c6b5b06d26e18d85b36c79ec855bc3220843bc358f53f3eb269bd8d20350871a9686ad77b2b462ca104e4cc62a0745a71d62bd1f69c8f50d29788eac63e1
REF "v${VERSION}"
SHA512 50e68afc5d24e9c963336a2e4dba6e2656d2046278679bc081fc66dae1ffb0ee75176699bde79340346e538ced15a7072dc298e6be7e4d3e80f9df5163e09396
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/robin-map/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robin-map",
"version-semver": "1.2.1",
"version-semver": "1.2.2",
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
"homepage": "https://github.com/Tessil/robin-map",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7689,7 +7689,7 @@
"port-version": 0
},
"robin-map": {
"baseline": "1.2.1",
"baseline": "1.2.2",
"port-version": 0
},
"robotraconteur": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/robin-map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "061efd5e82a37c4e5a2d196c9e8370b2c3893f73",
"version-semver": "1.2.2",
"port-version": 0
},
{
"git-tree": "1f0de8df8eb08609cbc9eeb91cca774b0664b588",
"version-semver": "1.2.1",
Expand Down

0 comments on commit 1c413c0

Please sign in to comment.