We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6efe2 commit 61ab2a2Copy full SHA for 61ab2a2
Formula/r/rapidfuzz-cpp.rb
@@ -1,8 +1,8 @@
1
class RapidfuzzCpp < Formula
2
desc "Rapid fuzzy string matching in C++ using the Levenshtein Distance"
3
homepage "https://github.com/rapidfuzz/rapidfuzz-cpp"
4
- url "https://github.com/rapidfuzz/rapidfuzz-cpp/archive/refs/tags/v3.1.1.tar.gz"
5
- sha256 "5a72811a9f5a890c69cb479551c19517426fb793a10780f136eb482c426ec3c8"
+ url "https://github.com/rapidfuzz/rapidfuzz-cpp/archive/refs/tags/v3.2.0.tar.gz"
+ sha256 "45504e1091814017fb16e69b9f9494233043eee6a8a17ee7c327ffde3b0cc412"
6
license "MIT"
7
head "https://github.com/rapidfuzz/rapidfuzz-cpp.git", branch: "main"
8
0 commit comments