Skip to content

Commit

Permalink
Merge pull request #184115 from branchvincent/bump-ripgrep-14.1.1
Browse files Browse the repository at this point in the history
ripgrep 14.1.1
  • Loading branch information
BrewTestBot authored Sep 10, 2024
2 parents 185be44 + 73e31ec commit 7ce3f94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/ripgrep.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ripgrep < Formula
desc "Search tool like grep and The Silver Searcher"
homepage "https://github.com/BurntSushi/ripgrep"
url "https://github.com/BurntSushi/ripgrep/archive/refs/tags/14.1.0.tar.gz"
sha256 "33c6169596a6bbfdc81415910008f26e0809422fda2d849562637996553b2ab6"
url "https://github.com/BurntSushi/ripgrep/archive/refs/tags/14.1.1.tar.gz"
sha256 "4dad02a2f9c8c3c8d89434e47337aa654cb0e2aa50e806589132f186bf5c2b66"
license "Unlicense"
head "https://github.com/BurntSushi/ripgrep.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class Ripgrep < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "22cc1f3423a7fddb550fb94bd2715ce5455076d17f2c88ef0c157749ea4b87d6"
sha256 cellar: :any, arm64_ventura: "837aaf1b32879f1177f9599e67d73a7f474d25ad5d3ba053216b05cbf8539b2a"
sha256 cellar: :any, arm64_monterey: "9a6e788f0a35d38ed325c7880e772775fe04c61e27c3506785ce10f6095ec891"
sha256 cellar: :any, sonoma: "35ee71e72b612f0cc7748ff0e58b4cdfeec0693c83df6f553d9be1160cc7ba74"
sha256 cellar: :any, ventura: "42eaa5b6b69a460c31c859c44b263d651e649d6eae4478651b09e155a14faf64"
sha256 cellar: :any, monterey: "69c2e49f5d8054e1d2efb6e77aa8f83183b6bcfd6470354da30a2bfb251edd00"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf2810ab20dc5006c02d9ced344bb47f1c2e5770ae051c35f81faaa34fe48d9d"
sha256 cellar: :any, arm64_sonoma: "47b9c3515c866b147f0e98735cab165d6471b9f28fab1ba2c57e59c43da5c10b"
sha256 cellar: :any, arm64_ventura: "e14a94e84c028ff53c1be3b106fdeb5aca4d7c893a819e7fb967e0719b946a28"
sha256 cellar: :any, arm64_monterey: "ad8dc4ab475c84e2a1e60f5b3107f52dd59e33f84a08284b19681d8b98508fd7"
sha256 cellar: :any, sonoma: "71d434eeabc2af220285b037f7264563ce9bc77a41af35eabe2213276a37ec2b"
sha256 cellar: :any, ventura: "0cdb547c696992d08c6613c40934218964f4a061b5413c4b2f013c3f0c3ed253"
sha256 cellar: :any, monterey: "2ce54302e4524ad28389aca5a16333d4193128e911de2881e6b0e953559d89cd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "97d7cbd33b4d0ed09551e3dbc07f830d3df018c2aefbb2222a12ccfb829aae30"
end

depends_on "asciidoctor" => :build
Expand Down

0 comments on commit 7ce3f94

Please sign in to comment.