Skip to content

Commit b68edb4

Browse files
authored
Merge pull request #210359 from Homebrew/bump-contentful-cli-3.7.12
contentful-cli 3.7.12
2 parents 3cb3f2f + d2f8bad commit b68edb4

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,18 +1,18 @@
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.7.11.tgz"
5-
sha256 "ba99c397f600ddbce3025a22dafacd9848e575fd80c57525419d4968712fac26"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.7.12.tgz"
5+
sha256 "7eea8c9c44c61a57e9bc4f195d0c9cc2c6b7013d8d06b849ebef5d45256a5620"
66
license "MIT"
77
head "https://github.com/contentful/contentful-cli.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae080f9cbdc2fec1e803eee886859323ee773e879cbf47ac801178cdb05f13d6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae080f9cbdc2fec1e803eee886859323ee773e879cbf47ac801178cdb05f13d6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae080f9cbdc2fec1e803eee886859323ee773e879cbf47ac801178cdb05f13d6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3f711535b2031419cc7135863cb0cad8f67009672c289cfacf72e5744693f4fd"
14-
sha256 cellar: :any_skip_relocation, ventura: "3f711535b2031419cc7135863cb0cad8f67009672c289cfacf72e5744693f4fd"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c740bc0635f0127a91b5761cbd2994019a4defc17ea2c05107e5e58bd40cd09"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63998a2e30669108529ada9781cdafde568402ad583dd92f7cefd0a07796cd9c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63998a2e30669108529ada9781cdafde568402ad583dd92f7cefd0a07796cd9c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "63998a2e30669108529ada9781cdafde568402ad583dd92f7cefd0a07796cd9c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "a36091abd8b27388ba375dcc53456b9b41cd09ede956d8d3e0279e97b725b6ad"
14+
sha256 cellar: :any_skip_relocation, ventura: "a36091abd8b27388ba375dcc53456b9b41cd09ede956d8d3e0279e97b725b6ad"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "54b1a45f197c87450acb5176762733edb9818ba0b4bdf8f0656de3db2a1cd3a3"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)