File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class RapidfuzzCpp < Formula
2
2
desc "Rapid fuzzy string matching in C++ using the Levenshtein Distance"
3
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 "
4
+ url "https://github.com/rapidfuzz/rapidfuzz-cpp/archive/refs/tags/v3.2.0 .tar.gz"
5
+ sha256 "45504e1091814017fb16e69b9f9494233043eee6a8a17ee7c327ffde3b0cc412 "
6
6
license "MIT"
7
7
head "https://github.com/rapidfuzz/rapidfuzz-cpp.git" , branch : "main"
8
8
9
9
bottle do
10
- sha256 cellar : :any_skip_relocation , all : "4e62b67041ceb7e94f6ca3b761995d20f2d5d686ba951ad47e8fda3a86c969df "
10
+ sha256 cellar : :any_skip_relocation , all : "277d9dee97404183fd28fb6be9dabb88341d26e6b9ca824c79b28065da8758da "
11
11
end
12
12
13
13
depends_on "cmake" => :build
You can’t perform that action at this time.
0 commit comments