|
1 | 1 | class AstGrep < Formula
|
2 | 2 | desc "Code searching, linting, rewriting"
|
3 | 3 | homepage "https://github.com/ast-grep/ast-grep"
|
4 |
| - url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.31.1.tar.gz" |
5 |
| - sha256 "909ed53e37a9060a081cf0f92288aee882ae6320f0d894118f9c5c63123e099d" |
| 4 | + url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.32.1.tar.gz" |
| 5 | + sha256 "ef6c6518cf1b7716f677a27c6f8b65f55aac83e1769c787dcd4c459aebc7c7c8" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/ast-grep/ast-grep.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6766a5d9d1892e540c3e4beb9288032408d84be68239217858445680c541b42" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea1f6fd81f19e3a7c38235a632d272e4c7b29f1ae99af34e216b17f09677e076" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "55a5bdfdbe717f25f89edd0065a3e769fc2c9cfb0cb8a48608e89ed6d9ebcab9" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "e9c6dbdd4c6bdd16cb9450411fc56fa7679c178d191690e9d18e3f5a687d342a" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "82de042db9a0f748ed930ec0fff6ae5cf7449c877b02f06e4180f03ad1e48766" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "1a785e20534ee0a2fdbbc92418f8e3185806c0e53d5fcf7473fda04bada5b17c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d776c56c062c974e0d65644f53cafe9a82084e38704226cd80ecedfa92f6eacc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2df64a6d01b6bfde1ac881434d00033492e0e797f2111877ac24ace10af4a5fd" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "5205d0435ea83496c272e7d958e3c49c9f5aa636a34000b09b2304ff056c1c4b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "ca1a816464198dc0b1ffb7e1f15b67502b7f151e8afa6939332915b8fa311446" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "7c565cde150ff3949f6ba004d9169dfac2af2c3dbae23b51e3ac8660004a8998" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "004c0cbfe3b31b4910a127a6c6b85a2eccfff3b6dfc00285e24ab7ff68155219" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments