[rapidfuzz] update to 3.0.5 (#40116)

This commit is contained in:
c8ef 2024-07-27 16:21:06 +08:00 committed by GitHub
parent 8babf36466
commit aa31c23beb
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 c9cc50f7d68756d81a5d2c5efdd76e859fe5a199bf5e45179effcd85e32f0bb98b593b93c2aa57950a04c3d827af98efb13096b9669329881d658ababc059fd5
SHA512 4e0a7e28a54612fb11eb331449aa4fdfde1fbd2bf59b295f9eb68903cd647a639fa04d71aa7a8c88ddb7be6646cd3d0f1f5400eb53644b0ae96590037e74f771
HEAD_REF master
)

View File

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

View File

@ -7661,7 +7661,7 @@
"port-version": 0
},
"rapidfuzz": {
"baseline": "3.0.4",
"baseline": "3.0.5",
"port-version": 0
},
"rapidhash": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "77721c6b7e406690a3f73db1cf0b96f4dc72b1b6",
"version": "3.0.5",
"port-version": 0
},
{
"git-tree": "35d0d77a550717759a49511c62cc1d8558560934",
"version": "3.0.4",