mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[robin-map] update to 1.2.2 (#37622)
This commit is contained in:
parent
bd9be1771a
commit
1c413c0fa1
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -7689,7 +7689,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"robin-map": {
|
||||
"baseline": "1.2.1",
|
||||
"baseline": "1.2.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"robotraconteur": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "061efd5e82a37c4e5a2d196c9e8370b2c3893f73",
|
||||
"version-semver": "1.2.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1f0de8df8eb08609cbc9eeb91cca774b0664b588",
|
||||
"version-semver": "1.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user