|
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.8.4.tgz" |
5 | | - sha256 "c48f4ed553fe6a625cc7d88efe59f858742ffe81d97f397b3a3299311d9aed6c" |
| 4 | + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.8.5.tgz" |
| 5 | + sha256 "30ffcc16525aa55972a7ea8bc9a55b42850702eed1c98508463966883415bece" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/contentful/contentful-cli.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e311472ce4efb92b5336c9cf138596567ad2f75572401e2e894b09cbc3c7edd9" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e311472ce4efb92b5336c9cf138596567ad2f75572401e2e894b09cbc3c7edd9" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "e311472ce4efb92b5336c9cf138596567ad2f75572401e2e894b09cbc3c7edd9" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "b7c8ebe3966d9bd215066e47265266981bdcd1570ed734b01763a67b86e0e5ef" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "b7c8ebe3966d9bd215066e47265266981bdcd1570ed734b01763a67b86e0e5ef" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "e311472ce4efb92b5336c9cf138596567ad2f75572401e2e894b09cbc3c7edd9" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "66ba79f9fed66e441ec55ecc0f567819e2a7efabb78fab9710fb52ccf1d69fde" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f5c96063a23f618a13202f7ae8d952cb239d09d53dd512e97e40229118a93ff6" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "f5c96063a23f618a13202f7ae8d952cb239d09d53dd512e97e40229118a93ff6" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fda90323828903c7634425fe17d0f42ff6de42862a60b5f791ad3d3a33ff6203" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "node" |
|
0 commit comments