diff --git a/ports/rapidfuzz/portfile.cmake b/ports/rapidfuzz/portfile.cmake index e028bbf01920fe..a1a59d2133a8c8 100644 --- a/ports/rapidfuzz/portfile.cmake +++ b/ports/rapidfuzz/portfile.cmake @@ -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 ) diff --git a/ports/rapidfuzz/vcpkg.json b/ports/rapidfuzz/vcpkg.json index a913c372868e32..8aac59f5315428 100644 --- a/ports/rapidfuzz/vcpkg.json +++ b/ports/rapidfuzz/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index 2212d8e4cb2230..4e499dff687436 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7857,7 +7857,7 @@ "port-version": 0 }, "rapidfuzz": { - "baseline": "3.3.1", + "baseline": "3.3.2", "port-version": 0 }, "rapidhash": { diff --git a/versions/r-/rapidfuzz.json b/versions/r-/rapidfuzz.json index d96375e371ce29..be50da50aa76d7 100644 --- a/versions/r-/rapidfuzz.json +++ b/versions/r-/rapidfuzz.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2f01aa723e8223a84f59a82567f51a3fec3c4883", + "version": "3.3.2", + "port-version": 0 + }, { "git-tree": "654bdeef545bf953b2587fd2f42f65a2b241dedb", "version": "3.3.1",