Skip to content

Commit

Permalink
[rapidfuzz] update to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Feb 13, 2025
1 parent 5c41ff2 commit 4d04949
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit 4d04949

Please sign in to comment.