|
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.1.tgz" |
5 |
| - sha256 "b057405ded527e3820519d765c8645e2674dd0df493add0d7032cb93e83fb94f" |
| 4 | + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.2.tgz" |
| 5 | + sha256 "ac67b426f7b9f39cd4270539c7f5da924796c1dee87a5ab3fddf9643c1789435" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "a9c8cf39337f9d6aa90da5b89183d5c47d16355de13990ce2af47613119d5138" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "5d2c0a10cca18f8d8f510d23c3ba91fac8caa9858a9a2c1c8b717ade9adb2ed7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d2c0a10cca18f8d8f510d23c3ba91fac8caa9858a9a2c1c8b717ade9adb2ed7" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d2c0a10cca18f8d8f510d23c3ba91fac8caa9858a9a2c1c8b717ade9adb2ed7" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "5d2c0a10cca18f8d8f510d23c3ba91fac8caa9858a9a2c1c8b717ade9adb2ed7" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5d2c0a10cca18f8d8f510d23c3ba91fac8caa9858a9a2c1c8b717ade9adb2ed7" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4d07c1c020a6e6612e5044adb806e7308e418f8e48ed7038dcb3e8be71e3435" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "node"
|
|
0 commit comments