mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:58:00 +08:00
[robin-map] Update to 1.0.1 (#24179)
* Update robin-map to 1.0.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
9f3018fc93
commit
8e84020c67
@ -1,13 +1,13 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Tessil/robin-map
|
||||
REF v0.6.3
|
||||
SHA512 485557f300d33bda62bb8accdf246819ee8ffe956bc022e7ddca54ff6ad1a9fdb8db8d80690add3ef238e834d1eb8e2905920cb0a0674e7df010f6946d01297b
|
||||
REF v1.0.1
|
||||
SHA512 5741049287fdb9c3316e1eb84b99343efc7b35f492e1db8166d65c2d16c7905f51b11cf164bedae9e44d4b6000bbea3c49012acf725a977e665a8dc23e89b1fb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
@ -15,4 +15,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/tsl-robin-map)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "robin-map",
|
||||
"version-semver": "0.6.3",
|
||||
"port-version": 1,
|
||||
"version-semver": "1.0.1",
|
||||
"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",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -6213,8 +6213,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"robin-map": {
|
||||
"baseline": "0.6.3",
|
||||
"port-version": 1
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"rocksdb": {
|
||||
"baseline": "6.27.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3d169ebe25cc931f31bc343d6b21e734070902ed",
|
||||
"version-semver": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "95d49e16c7a8ef523608ef8e7d8fb019085789b8",
|
||||
"version-semver": "0.6.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user