From 8e84020c6738672190cf35b42eba4abb341e458c Mon Sep 17 00:00:00 2001 From: chausner <15180557+chausner@users.noreply.github.com> Date: Tue, 19 Apr 2022 01:37:54 +0200 Subject: [PATCH] [robin-map] Update to 1.0.1 (#24179) * Update robin-map to 1.0.1 * Update CI baseline Co-authored-by: chausner --- ports/robin-map/portfile.cmake | 8 ++++---- ports/robin-map/vcpkg.json | 4 ++-- versions/baseline.json | 4 ++-- versions/r-/robin-map.json | 5 +++++ 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ports/robin-map/portfile.cmake b/ports/robin-map/portfile.cmake index 209bda9fcc..ca5aa4b733 100644 --- a/ports/robin-map/portfile.cmake +++ b/ports/robin-map/portfile.cmake @@ -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) diff --git a/ports/robin-map/vcpkg.json b/ports/robin-map/vcpkg.json index b200ae5c4f..82f20f11cc 100644 --- a/ports/robin-map/vcpkg.json +++ b/ports/robin-map/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index 177260a209..8b2dcda916 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/r-/robin-map.json b/versions/r-/robin-map.json index 94e2dbd7e1..b4c622ba5e 100644 --- a/versions/r-/robin-map.json +++ b/versions/r-/robin-map.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3d169ebe25cc931f31bc343d6b21e734070902ed", + "version-semver": "1.0.1", + "port-version": 0 + }, { "git-tree": "95d49e16c7a8ef523608ef8e7d8fb019085789b8", "version-semver": "0.6.3",