|
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.7.15.tgz" |
5 | | - sha256 "d51f8d2e63d34544cf8eea374e69742fa9703809579dcec7706343dd92899979" |
| 4 | + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.7.16.tgz" |
| 5 | + sha256 "dc0b03575f3b8c07615e06c63de64cada17210fdcbe034520df7fd8fb12cdef9" |
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: "d05b59ca8c2902c3e216b751280f3276718a66af8bbd000d36ef869b66ff8452" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d05b59ca8c2902c3e216b751280f3276718a66af8bbd000d36ef869b66ff8452" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "d05b59ca8c2902c3e216b751280f3276718a66af8bbd000d36ef869b66ff8452" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5f422fa9f5d7fc801dd7569af44c41ee5c086e0aef33610630444b59df1d42c3" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "5f422fa9f5d7fc801dd7569af44c41ee5c086e0aef33610630444b59df1d42c3" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d05b59ca8c2902c3e216b751280f3276718a66af8bbd000d36ef869b66ff8452" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1961e49c3d7ef4de2cdba57ba12d31a4d1e9889aacf8d7d283f8919aee2c2c92" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a4e0d96911b4284b38276bd722b008c0de6b1508682fe19bc6c1ac322b667c74" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a4e0d96911b4284b38276bd722b008c0de6b1508682fe19bc6c1ac322b667c74" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea3a3bea04c3495ad95038c7ff53b1ddd41528b77fd958d6746d6ef35af9847c" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "node" |
|
0 commit comments