Skip to content

Commit

Permalink
Merge pull request Homebrew#199135 from Homebrew/bump-contentful-cli-…
Browse files Browse the repository at this point in the history
…3.7.0

contentful-cli 3.7.0
  • Loading branch information
BrewTestBot authored Nov 26, 2024
2 parents 0d4918d + 45820bf commit dfb6131
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/contentful-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class ContentfulCli < Formula
desc "Contentful command-line tools"
homepage "https://github.com/contentful/contentful-cli"
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.6.5.tgz"
sha256 "2a3d7cfbfc6d82ec218d3bf49de7114d7b96405aeb5d33358fa51e338a071a06"
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.7.0.tgz"
sha256 "bc61ce1c4b104290bbe1424625da96320f5224d6c71d62f2152fde906504b240"
license "MIT"
head "https://github.com/contentful/contentful-cli.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c436f17d95db9720adf1064ebd3d4604d1be98afef01c0d53ce5cb992ba107f9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c436f17d95db9720adf1064ebd3d4604d1be98afef01c0d53ce5cb992ba107f9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c436f17d95db9720adf1064ebd3d4604d1be98afef01c0d53ce5cb992ba107f9"
sha256 cellar: :any_skip_relocation, sonoma: "436a3256bf94255503b4107e8f27edc0bae11251060ee16cfe0b32741a01c880"
sha256 cellar: :any_skip_relocation, ventura: "436a3256bf94255503b4107e8f27edc0bae11251060ee16cfe0b32741a01c880"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2aff676682a3a366848dfbb1062052794239b17db87bb3ddd158327c12cfa0ef"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8df1afec0e916024b07a732a8829302343476dbad4aff509a86d2cc2eedd7c89"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8df1afec0e916024b07a732a8829302343476dbad4aff509a86d2cc2eedd7c89"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8df1afec0e916024b07a732a8829302343476dbad4aff509a86d2cc2eedd7c89"
sha256 cellar: :any_skip_relocation, sonoma: "08ad94d5fe897530ada84badbcb8ca473813e82472d7ca72d04d7bd10e16eac2"
sha256 cellar: :any_skip_relocation, ventura: "08ad94d5fe897530ada84badbcb8ca473813e82472d7ca72d04d7bd10e16eac2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a6f6b510e06ff82afb8fa98f8804749639f6d134753bfac166984cab0dd0122c"
end

depends_on "node"
Expand Down

0 comments on commit dfb6131

Please sign in to comment.