|
1 | 1 | class ContentfulCli < Formula |
2 | 2 | desc "Contentful command-line tools" |
3 | 3 | homepage "https://github.com/contentful/contentful-cli" |
4 | | - url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.6.tgz" |
5 | | - sha256 "b7db1fc8dac81b0aa6b74e0ced066378ddcf34d4b031e2990cb3e42be71b4e5f" |
| 4 | + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.7.tgz" |
| 5 | + sha256 "2441f9dfcc94863bcecb0aa0320ad2f3531199a66ebcd211cb3f3a94994d341d" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "cfd86952ab7ff5464716b252617579141860affea090c4db698ccb4d58f09483" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "766b3dab2224b862d31abd6fee1fdd1ec101e8fafd2765974184601c5ce8654c" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments