Skip to content

Commit e5bf206

Browse files
authored
Merge pull request Homebrew#201501 from Homebrew/bump-rapidfuzz-cpp-3.2.0
rapidfuzz-cpp 3.2.0
2 parents bfd2788 + 6fa1621 commit e5bf206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/r/rapidfuzz-cpp.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class RapidfuzzCpp < Formula
22
desc "Rapid fuzzy string matching in C++ using the Levenshtein Distance"
33
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"
66
license "MIT"
77
head "https://github.com/rapidfuzz/rapidfuzz-cpp.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "4e62b67041ceb7e94f6ca3b761995d20f2d5d686ba951ad47e8fda3a86c969df"
10+
sha256 cellar: :any_skip_relocation, all: "277d9dee97404183fd28fb6be9dabb88341d26e6b9ca824c79b28065da8758da"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)