Skip to content

Commit

Permalink
Merge pull request #154881 from ZhongRuoyu/bump-ast-grep-0.13.2
Browse files Browse the repository at this point in the history
ast-grep 0.13.2
BrewTestBot authored Nov 20, 2023
2 parents 565fe89 + 903aeea commit c756959
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,18 +1,18 @@
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.13.1.tar.gz"
sha256 "d568d4fc4f257fcc6d6a99d5a1f4c4638a2d106c653618fa595943fc41452da1"
url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.13.2.tar.gz"
sha256 "9665d93d19053c5222b0daa83afc52d0851246352b09a853feba80078b212871"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8dbc90829f11b6d5dc47f952c0e8be3a754d7d74d676bbc2783b0d4f51f8772"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7de2a53aa3193954616e3ee6eeb706d8a9d3dfe63dd2034eb191b7d2dccc915c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "541cd34ad84bf7896fde36b948160ddeb5fcecdaf13d0f28da186e44273d6e63"
sha256 cellar: :any_skip_relocation, sonoma: "e6c2ca5da474f5281adf2dcf4b903f1c97484bbc5898423eb176a69d9bdfb4be"
sha256 cellar: :any_skip_relocation, ventura: "71d32017b7171140bb95992f79bb516771621403163b861a0159eefa857c37fe"
sha256 cellar: :any_skip_relocation, monterey: "2198ab204a6a00e59f8da41614b0250f0b0e5eefeccb862d9b8b0d6ee77080b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "280d20d3cce372b4e65647b60dcda40c90aafd47ef93e707856a9efb414e9aab"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "83f222f0b1b18924cab4dc314d58d64bbcb2bd31714da79cdba138267bcb485f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f319e96d014a4dd36ddf478db546603e26305618f382e01b97a2546a0e53451"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f826c3b5d90df8cb46bfc297ece111393d92cb090e7ad7532d4740cbee17f27d"
sha256 cellar: :any_skip_relocation, sonoma: "6cd48b6e84fcbc5046f929b431a5fde1fee47b0e8fd763f0a80f681a2588483a"
sha256 cellar: :any_skip_relocation, ventura: "9be7f5e2c54d7b5b6f7860a0dd29678c29f426c74dfbb0890f3b7584df2675c4"
sha256 cellar: :any_skip_relocation, monterey: "e9f6e25c8e2f0c668ee463249e85934c28c960d209a9322e329e9150567b65f0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6955295154bb1011867ac382159652a7c2ffb522dda6fc428d18f44f84f8995f"
end

depends_on "rust" => :build

0 comments on commit c756959

Please sign in to comment.