mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[rapidfuzz] update to 3.1.1 (#42150)
This commit is contained in:
parent
e2a9458733
commit
0cddc17485
4 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO maxbachmann/rapidfuzz-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 4e0a7e28a54612fb11eb331449aa4fdfde1fbd2bf59b295f9eb68903cd647a639fa04d71aa7a8c88ddb7be6646cd3d0f1f5400eb53644b0ae96590037e74f771
|
||||
SHA512 204ee06c1e51b786f0a2efd32a1c2467c3bff2738e8258e6e8fe44b5569afe7c665af1051fdd05dcc98704f3045f5bd2afcba5dba3fc0b34e2facf8944478b48
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rapidfuzz",
|
||||
"version": "3.0.5",
|
||||
"version": "3.1.1",
|
||||
"description": "Rapid fuzzy string matching library for C++17 using the Levenshtein Distance.",
|
||||
"homepage": "https://github.com/maxbachmann/rapidfuzz-cpp",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -7801,7 +7801,7 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"rapidfuzz": {
|
||||
"baseline": "3.0.5",
|
||||
"baseline": "3.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"rapidhash": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "69d16c2c7b6ebe829a69d291ae8894237c183405",
|
||||
"version": "3.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "77721c6b7e406690a3f73db1cf0b96f4dc72b1b6",
|
||||
"version": "3.0.5",
|
||||
|
|
Loading…
Reference in a new issue