Skip to content

Commit 8d292bd

Browse files
authored
Merge pull request #233230 from Homebrew/bump-redocly-cli-2.0.4
redocly-cli 2.0.4
2 parents 57d84b2 + ba30ec2 commit 8d292bd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/redocly-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class RedoclyCli < Formula
22
desc "Your all-in-one OpenAPI utility"
33
homepage "https://redocly.com/docs/cli"
4-
url "https://registry.npmjs.org/@redocly/cli/-/cli-2.0.3.tgz"
5-
sha256 "ce2fc0ca8726406acac3eeee01c6a24934dcd857f2e1b6f5770ba71556866f15"
4+
url "https://registry.npmjs.org/@redocly/cli/-/cli-2.0.4.tgz"
5+
sha256 "0ae9cae48fe163a8d9e43b6372b95dbd9be6d6d5b16ff31b1027476e80a4b2df"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eab2841f3d5eed9eb80ceecf83cc61d058f2cf67fb464efa682e7f1d74d9c15d"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eab2841f3d5eed9eb80ceecf83cc61d058f2cf67fb464efa682e7f1d74d9c15d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "eab2841f3d5eed9eb80ceecf83cc61d058f2cf67fb464efa682e7f1d74d9c15d"
12-
sha256 cellar: :any_skip_relocation, sonoma: "bcbfd85401b02fd244d8eb51808792a75d53a654807f69040deb34d89d0773e9"
13-
sha256 cellar: :any_skip_relocation, ventura: "bcbfd85401b02fd244d8eb51808792a75d53a654807f69040deb34d89d0773e9"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "eab2841f3d5eed9eb80ceecf83cc61d058f2cf67fb464efa682e7f1d74d9c15d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eab2841f3d5eed9eb80ceecf83cc61d058f2cf67fb464efa682e7f1d74d9c15d"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a1eb3ee1b7d05cab24796eeb9dcf4d614fcae381f8b0a97a82962854888ef04"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a1eb3ee1b7d05cab24796eeb9dcf4d614fcae381f8b0a97a82962854888ef04"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6a1eb3ee1b7d05cab24796eeb9dcf4d614fcae381f8b0a97a82962854888ef04"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b1b13349a6ffc356f389f879a3f5dabbb72df330e4e32a11cda802a4b1440a7a"
13+
sha256 cellar: :any_skip_relocation, ventura: "b1b13349a6ffc356f389f879a3f5dabbb72df330e4e32a11cda802a4b1440a7a"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "6a1eb3ee1b7d05cab24796eeb9dcf4d614fcae381f8b0a97a82962854888ef04"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a1eb3ee1b7d05cab24796eeb9dcf4d614fcae381f8b0a97a82962854888ef04"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)