Skip to content

Commit 61ab2a2

Browse files
committed
rapidfuzz-cpp 3.2.0
1 parent 0e6efe2 commit 61ab2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/r/rapidfuzz-cpp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)