Skip to content

Commit 3941134

Browse files
authored
Merge pull request #246986 from Homebrew/bump-contentful-cli-3.9.2
contentful-cli 3.9.2
2 parents d894cad + 50e06e2 commit 3941134

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/contentful-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class ContentfulCli < Formula
22
desc "Contentful command-line tools"
33
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"
66
license "MIT"
77

88
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"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)