mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[tsl-hopscotch-map] update to 2.4.0 (#48109)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9881,7 +9881,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"tsl-hopscotch-map": {
|
||||
"baseline": "2.3.1",
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tsl-ordered-map": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1997796d2880f2f166dc08436c723c8019521a7f",
|
||||
"version": "2.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "bda0cdc786b728426f6f9beffd826207b93d6c21",
|
||||
"version": "2.3.1",
|
||||
|
||||
Reference in New Issue
Block a user