diff --git a/ports/tsl-hopscotch-map/portfile.cmake b/ports/tsl-hopscotch-map/portfile.cmake index 434deed288..262b5f0f4c 100644 --- a/ports/tsl-hopscotch-map/portfile.cmake +++ b/ports/tsl-hopscotch-map/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tessil/hopscotch-map REF "v${VERSION}" - SHA512 e2f215d93c84606e8dc71c3403f60a589bd7f78922b5b90afcd0c9d7cbea7ff2e9c6fdb17a6444d4f4b8c9b42a47066995640cd093d8a32a4dabc8c03262e7d5 + SHA512 22a2ea5089ef6ef7afb872f6785a1f1d063660a7cb22ccfd4ccbecf95fd0a71ffc72fbb814ac51be8ed7445e75d0d8b79e619d08d7ddf063968fe6e7bf995932 ) vcpkg_cmake_configure( @@ -10,6 +10,7 @@ vcpkg_cmake_configure( ) vcpkg_cmake_install() +vcpkg_cmake_config_fixup(CONFIG_PATH "share/cmake/${PORT}") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") diff --git a/ports/tsl-hopscotch-map/vcpkg.json b/ports/tsl-hopscotch-map/vcpkg.json index 312d5cf5d9..4c6d93129c 100644 --- a/ports/tsl-hopscotch-map/vcpkg.json +++ b/ports/tsl-hopscotch-map/vcpkg.json @@ -1,11 +1,16 @@ { "name": "tsl-hopscotch-map", - "version": "2.3.1", + "version": "2.4.0", "description": "C++ implementation of a fast hash map and hash set using hopscotch hashing", + "homepage": "https://github.com/Tessil/hopscotch-map", "dependencies": [ { "name": "vcpkg-cmake", "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true } ] } diff --git a/versions/baseline.json b/versions/baseline.json index 49195e9dd3..fc1e0ee67f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9881,7 +9881,7 @@ "port-version": 0 }, "tsl-hopscotch-map": { - "baseline": "2.3.1", + "baseline": "2.4.0", "port-version": 0 }, "tsl-ordered-map": { diff --git a/versions/t-/tsl-hopscotch-map.json b/versions/t-/tsl-hopscotch-map.json index d527768343..1377565234 100644 --- a/versions/t-/tsl-hopscotch-map.json +++ b/versions/t-/tsl-hopscotch-map.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1997796d2880f2f166dc08436c723c8019521a7f", + "version": "2.4.0", + "port-version": 0 + }, { "git-tree": "bda0cdc786b728426f6f9beffd826207b93d6c21", "version": "2.3.1",