Skip to content

Commit

Permalink
Merge pull request #155830 from branchvincent/bump-ripgrep-14.0.3
Browse files Browse the repository at this point in the history
ripgrep 14.0.3
  • Loading branch information
BrewTestBot authored Nov 29, 2023
2 parents dfef6b6 + 9e6fd3f commit 33236b9
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.0.2.tar.gz"
sha256 "2b9bd8a582d1fea70eb932e389e0895922b9a0147f65f9ad4b601b3f3a82a195"
url "https://github.com/BurntSushi/ripgrep/archive/refs/tags/14.0.3.tar.gz"
sha256 "f5794364ddfda1e0411ab6cad6dd63abe3a6b421d658d9fee017540ea4c31a0e"
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: "7102f9ff2e2852dbed00768ea1b2a57273dde2c00775f544b697385c0fb7c533"
sha256 cellar: :any, arm64_ventura: "ca950785f8dd6d0365ba929afe87d0c360d8c3e02632f7ba4ce886cb1e91d25d"
sha256 cellar: :any, arm64_monterey: "f57c46ecd8a6e35885cd13804482c00b75c389d838e8fd455a667895c425a756"
sha256 cellar: :any, sonoma: "495ebf7a9d61810b38be541c7155ea0e5c679a9ad6fb189d77f08ee1bdda032d"
sha256 cellar: :any, ventura: "015ff26fae4f1a3455631ff2e84ca5f5e209746ffcc0a488e643e3e16c6e285f"
sha256 cellar: :any, monterey: "35b9017edd694f0407059f87d6cc7aa8be787112c4ca85887ded3185b5ded195"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf3faddba4b62dfa9f595d32efc03323d4e0cf67d4c6e78df4df4952923b0db3"
sha256 cellar: :any, arm64_sonoma: "4993cd71e43d30dd2a664c11d662cfcb0d4a6eebba2f9569369b285e3b33a10f"
sha256 cellar: :any, arm64_ventura: "19945856a69414ea653b53501f026fec4dcdad0ee315c8a296f9c8146593793b"
sha256 cellar: :any, arm64_monterey: "fde873893c65d85ac0b28eaad540f4b50a319f608d8c0e7b7bcc00e884bfb46a"
sha256 cellar: :any, sonoma: "4254cdbb026bae26c4cada5459747ae2ca6af8df9f0b98350bf3a4e904015052"
sha256 cellar: :any, ventura: "4d460d70b632a24502f826451776fbd9ee756a770e26c6911fc7853f7ec92421"
sha256 cellar: :any, monterey: "fd21355a9f00657fd1d0aaf4676220845f0ee60fbd5641cda8fee429eab8893f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "95f23f2842916cbcd5b1fc909e59fafee39439e5253f9295d1b7aec5b4953b0c"
end

depends_on "asciidoctor" => :build
Expand Down

0 comments on commit 33236b9

Please sign in to comment.