|
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.38.6.tar.gz" |
5 | | - sha256 "57191fc73ffff106edbd5bd47762042227c3544d08f31e033a4b93cdc08f4844" |
| 4 | + url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.38.7.tar.gz" |
| 5 | + sha256 "25d3bb27900b36109002ca59aa5ccbccf96328289ac1970f610c1f30ee6a8199" |
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: "d65c157159c6bf541c221e0e920099730bb3a68c38f3f6dd29f4e3a38c7cd165" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea3a5fad5ac7fa70bbcefacab092d5538c7bee88e094f4d3131716e43d6c43d0" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "1aa8ba85ace51ae5fafeac2d17daf40c2086c486cac36a6c225362d448d8d063" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "beef128ac40f0869f1230d6355601472c63dc57ed874000efa613400b6d97d76" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "efeb1daed52daa046c95e457e5dab4369abd452c6bdcee6cccf7d493277cb90b" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "72312bb8abca1afef1635d5c0556d6b5b2061ae9056d5cf3563c4155f99b31da" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3c12bde4ecd19152ed8344ba937436ddf7ad0a572ebe0eeb21e703ef405707e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e87fd970f2d3e06c2bdd407cc637c892c2097b96a507aaab1030acb3ba8f42e9" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc775d62314a50516c7fad43a34acf87ad0a240fae2124932a81eb6783ea2ae5" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f6769b28868597ceed120bee658bfbd4f3e4bed4f611bf1bbe28b834ebfbc352" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "76335f53776d0d2fe935e215ac0c13e472cf371b8b50121796291c11fcd1238c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "08e0bc8f3807b8dc7252860501d72f068d0eb91a977c1e3fa55ababc12517582" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "79b07fcc8d773d02a90c1864567026a67adac207a7f0949d88cddcad0fb38c98" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b2307bba290ac887736fd3fa9ef6bfcc0f2e3c6868740eb102261949cf6fa692" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments