[rapidfuzz] update to 3.0.2 (#37719)

This commit is contained in:
Jia Yue Hua 2024-03-27 02:51:53 +08:00 committed by GitHub
parent e7707ee23a
commit b722718f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO maxbachmann/rapidfuzz-cpp
REF "v${VERSION}"
SHA512 02af141b123545303d634ffe84fbe83e635f06c9ffa3a6506661e53beb22fe7221942b3e46d33b2a49ef929c5de9acfb00c48cb5685c760506c5fcf37c716f9a
SHA512 76c1c5cc193c023c3994404c634bfb071eb45e737fcf81a74f1fa6c345a4daf69202d96bb31041b5393f344c176709f466df46eeb0ee0c4c329e70a58b7cab9d
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "rapidfuzz",
"version": "2.0.0",
"version": "3.0.2",
"description": "Rapid fuzzy string matching library for C++17 using the Levenshtein Distance.",
"homepage": "https://github.com/maxbachmann/rapidfuzz-cpp",
"license": "MIT",

View File

@ -7517,7 +7517,7 @@
"port-version": 0
},
"rapidfuzz": {
"baseline": "2.0.0",
"baseline": "3.0.2",
"port-version": 0
},
"rapidjson": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b67c1176c228ba451337c217c45c0c7ef2bca6c4",
"version": "3.0.2",
"port-version": 0
},
{
"git-tree": "5adbaf988800a6554ee8fcada97f56a62d89e722",
"version": "2.0.0",