mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:40:37 +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(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO Tessil/robin-map
|
REPO Tessil/robin-map
|
||||||
REF v1.2.1
|
REF "v${VERSION}"
|
||||||
SHA512 9e08c6b5b06d26e18d85b36c79ec855bc3220843bc358f53f3eb269bd8d20350871a9686ad77b2b462ca104e4cc62a0745a71d62bd1f69c8f50d29788eac63e1
|
SHA512 50e68afc5d24e9c963336a2e4dba6e2656d2046278679bc081fc66dae1ffb0ee75176699bde79340346e538ced15a7072dc298e6be7e4d3e80f9df5163e09396
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "robin-map",
|
"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",
|
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
|
||||||
"homepage": "https://github.com/Tessil/robin-map",
|
"homepage": "https://github.com/Tessil/robin-map",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -7689,7 +7689,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"robin-map": {
|
"robin-map": {
|
||||||
"baseline": "1.2.1",
|
"baseline": "1.2.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"robotraconteur": {
|
"robotraconteur": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "061efd5e82a37c4e5a2d196c9e8370b2c3893f73",
|
||||||
|
"version-semver": "1.2.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "1f0de8df8eb08609cbc9eeb91cca774b0664b588",
|
"git-tree": "1f0de8df8eb08609cbc9eeb91cca774b0664b588",
|
||||||
"version-semver": "1.2.1",
|
"version-semver": "1.2.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user