Skip to content

Commit

Permalink
Merge pull request #179353 from Homebrew/bump-ast-grep-0.25.5
Browse files Browse the repository at this point in the history
ast-grep 0.25.5
  • Loading branch information
BrewTestBot authored Aug 2, 2024
2 parents dfac282 + 1d95a7f commit fd3c512
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/a/ast-grep.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class AstGrep < Formula
desc "Code searching, linting, rewriting"
homepage "https://github.com/ast-grep/ast-grep"
url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.25.4.tar.gz"
sha256 "66253cd897fb6426121db7bfbf20b749dd25b8f88493d7481c1a6d85df8ab928"
url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.25.5.tar.gz"
sha256 "4a12ca4c00c6743d5e6429cc203ce241c5f68c5c329d0e4c52c012fdc255527e"
license "MIT"
head "https://github.com/ast-grep/ast-grep.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "568b84a13f8a23f8095680c1795f9894d665628ef466e6b1a880be365194b436"
sha256 cellar: :any_skip_relocation, arm64_ventura: "02aca56aaf081671f6823de633a49b54f17bbef7bd5f60d6ef20f46f02252c82"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eaef39f423370dec92fc3bef040b0dd716a4c971e37ec111f8a1fea97bdcf8f3"
sha256 cellar: :any_skip_relocation, sonoma: "d7f1c3366d28f1fcf3cbb30f3ed0ee3b8269b82b517e7347e7dfb631fe6650e7"
sha256 cellar: :any_skip_relocation, ventura: "199798bf860f52b274acfef4884a4192874f71bf286741707e8c1195ca76eb14"
sha256 cellar: :any_skip_relocation, monterey: "ad27414ab33b94033d897152ec6ba445fac8df4e898cd539c4220550ce5652dd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8536f0c87abf9ae1de5fc4b9787d4a056da59abff44622818b8762f1cf6b69"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3300a8f0580a4fe4fdbac755026bb024cd9f7a1eeed280bd49b99a11477c2f55"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8057405be71135779f3608c949635afe3fb11d9bc0b0e80cff2c095ba68e8c2f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d4ee399e7adf0f2f048ef9da968b7c20446e7b364c70e79b77e64fada059f426"
sha256 cellar: :any_skip_relocation, sonoma: "5a6e9e5d13b654a8f73079cac7a81dc7983211cfb036fcdb05e583456cbc14d7"
sha256 cellar: :any_skip_relocation, ventura: "1cf0a4b874bb86b038842452ff16e3ed4f47f0cfd5b05a677e1123f53096f1da"
sha256 cellar: :any_skip_relocation, monterey: "c003483e6552a9c6ebad7463d791cf6182533c96e30986b8128dfaa98fb2a39e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c07f2bfff7411f8e94d2851113c6fb2cd2160f00289b65bedc379c97b3813f15"
end

depends_on "rust" => :build
Expand Down

0 comments on commit fd3c512

Please sign in to comment.