Skip to content

Commit

Permalink
Merge pull request #205124 from Homebrew/bump-rapidfuzz-cpp-3.3.1
Browse files Browse the repository at this point in the history
rapidfuzz-cpp 3.3.1
  • Loading branch information
BrewTestBot authored Jan 22, 2025
2 parents dfcaf59 + e676be8 commit e3ec366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/r/rapidfuzz-cpp.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class RapidfuzzCpp < Formula
desc "Rapid fuzzy string matching in C++ using the Levenshtein Distance"
homepage "https://github.com/rapidfuzz/rapidfuzz-cpp"
url "https://github.com/rapidfuzz/rapidfuzz-cpp/archive/refs/tags/v3.3.0.tar.gz"
sha256 "ff7b6631a17dfb23fad1848b992ba1641dfda9bc7eaa4a3db3f79d33ee23d641"
url "https://github.com/rapidfuzz/rapidfuzz-cpp/archive/refs/tags/v3.3.1.tar.gz"
sha256 "8d24762d28449aff43035067fe11d94c4c69430b202f44738e9cf8ed51aed38f"
license "MIT"
head "https://github.com/rapidfuzz/rapidfuzz-cpp.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, all: "29ca95ee7c22fa067d707b78443980136aea6750cd36387cb66f44a315fb02b7"
sha256 cellar: :any_skip_relocation, all: "db2a1f0b02cecbb137fdd5356b2e4cfcc70c6d1dd83e7295e08cfb0511698838"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit e3ec366

Please sign in to comment.