From b498ce71323c341a7f59da8b045d3597c50bcd05 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:15:37 +0800 Subject: [PATCH] [tsl-hopscotch-map] update to 2.3.1 (#37856) --- ports/tsl-hopscotch-map/portfile.cmake | 4 ++-- ports/tsl-hopscotch-map/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/t-/tsl-hopscotch-map.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/tsl-hopscotch-map/portfile.cmake b/ports/tsl-hopscotch-map/portfile.cmake index 981e97e25c..434deed288 100644 --- a/ports/tsl-hopscotch-map/portfile.cmake +++ b/ports/tsl-hopscotch-map/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tessil/hopscotch-map - REF 29030f55ca518bb1be5113ab0a8e134772024a9d # v2.3.0 - SHA512 944f26fe0faa59b799ddf741c4f86b715934e740bfbb40a157f667eaff07013a35ad40a343b720b36279acefbb5b206a54cfcfec1f6cd052314936d19e5da413 + REF "v${VERSION}" + SHA512 e2f215d93c84606e8dc71c3403f60a589bd7f78922b5b90afcd0c9d7cbea7ff2e9c6fdb17a6444d4f4b8c9b42a47066995640cd093d8a32a4dabc8c03262e7d5 ) vcpkg_cmake_configure( diff --git a/ports/tsl-hopscotch-map/vcpkg.json b/ports/tsl-hopscotch-map/vcpkg.json index 65a40b67cc..312d5cf5d9 100644 --- a/ports/tsl-hopscotch-map/vcpkg.json +++ b/ports/tsl-hopscotch-map/vcpkg.json @@ -1,7 +1,6 @@ { "name": "tsl-hopscotch-map", - "version": "2.3.0", - "port-version": 3, + "version": "2.3.1", "description": "C++ implementation of a fast hash map and hash set using hopscotch hashing", "dependencies": [ { diff --git a/versions/baseline.json b/versions/baseline.json index a63568623a..5ab51f225f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8801,8 +8801,8 @@ "port-version": 0 }, "tsl-hopscotch-map": { - "baseline": "2.3.0", - "port-version": 3 + "baseline": "2.3.1", + "port-version": 0 }, "tsl-ordered-map": { "baseline": "1.1.0", diff --git a/versions/t-/tsl-hopscotch-map.json b/versions/t-/tsl-hopscotch-map.json index 80a79d4c3f..d527768343 100644 --- a/versions/t-/tsl-hopscotch-map.json +++ b/versions/t-/tsl-hopscotch-map.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bda0cdc786b728426f6f9beffd826207b93d6c21", + "version": "2.3.1", + "port-version": 0 + }, { "git-tree": "6f6b67b30812de79b65fcd5764d45bec74411521", "version": "2.3.0",