|
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.3.tgz" |
5 | | - sha256 "cfaac95473360b3756b9fac72f7aa3ea89701cd5b28b9e19a98eaf1a35e97a5c" |
| 4 | + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.4.tgz" |
| 5 | + sha256 "ba17cadf1e824b75309a31059aee89622c0fe9ef2dff612b7b522a2ebbc5fe07" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "8c95163a96987396f3b083363184e632d414503f99c2306ddf29a35c0d7601fb" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "8c95163a96987396f3b083363184e632d414503f99c2306ddf29a35c0d7601fb" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" |
| 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments