mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[rapidfuzz] update to 3.0.2 (#37719)
This commit is contained in:
parent
e7707ee23a
commit
b722718f24
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -7517,7 +7517,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"rapidfuzz": {
|
||||
"baseline": "2.0.0",
|
||||
"baseline": "3.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"rapidjson": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b67c1176c228ba451337c217c45c0c7ef2bca6c4",
|
||||
"version": "3.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5adbaf988800a6554ee8fcada97f56a62d89e722",
|
||||
"version": "2.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user