|
1 | 1 | class AngularCli < Formula |
2 | 2 | desc "CLI tool for Angular" |
3 | 3 | homepage "https://angular.dev/cli/" |
4 | | - url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.4.tgz" |
5 | | - sha256 "ba17cadf1e824b75309a31059aee89622c0fe9ef2dff612b7b522a2ebbc5fe07" |
| 4 | + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.5.tgz" |
| 5 | + sha256 "51ff7a9828d91b0d9c075bc0c62268a6c7597949696f750a90c3b672db6b53da" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "a6d21866fac9edb7bd0a54451218e682c8e5cd6fbdc24dd11cdf764188f23a6d" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "a6d21866fac9edb7bd0a54451218e682c8e5cd6fbdc24dd11cdf764188f23a6d" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d9137deeab9ea3d182bea4fee16dda1661b112d7c78c188e401cff9bee60f7c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d9137deeab9ea3d182bea4fee16dda1661b112d7c78c188e401cff9bee60f7c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "4d9137deeab9ea3d182bea4fee16dda1661b112d7c78c188e401cff9bee60f7c" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "a28a1baec70765820fccc3b2b857a835f764935ed8515f6a56f42a9f06991694" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "a28a1baec70765820fccc3b2b857a835f764935ed8515f6a56f42a9f06991694" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "4d9137deeab9ea3d182bea4fee16dda1661b112d7c78c188e401cff9bee60f7c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d9137deeab9ea3d182bea4fee16dda1661b112d7c78c188e401cff9bee60f7c" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments