Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rapidfuzz] update to 3.3.2 #43812

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/rapidfuzz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO maxbachmann/rapidfuzz-cpp
REF "v${VERSION}"
SHA512 c4b34d45b11f71db0cb5ce781b5fe9e81dde7809e9b17aa37138a862afca2b8a15631bf289e592f1fb9f012450c871b2b967353a6f0996783fa59b8ac6521e74
SHA512 4befcf9a22e2f478a93fb3e8f6a1b954071c707ee339f2d0a0e0367d24eb35670213b98e48d0d3956f50e4c7554ce326e4dd64470d706afafe4d2252f216ea48
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/rapidfuzz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapidfuzz",
"version": "3.3.1",
"version": "3.3.2",
"description": "Rapid fuzzy string matching library for C++ using the Levenshtein Distance.",
"homepage": "https://github.com/maxbachmann/rapidfuzz-cpp",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7857,7 +7857,7 @@
"port-version": 0
},
"rapidfuzz": {
"baseline": "3.3.1",
"baseline": "3.3.2",
"port-version": 0
},
"rapidhash": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rapidfuzz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2f01aa723e8223a84f59a82567f51a3fec3c4883",
"version": "3.3.2",
"port-version": 0
},
{
"git-tree": "654bdeef545bf953b2587fd2f42f65a2b241dedb",
"version": "3.3.1",
Expand Down