Skip to content

Commit e70f256

Browse files
authored
Merge pull request Homebrew#206571 from Homebrew/bump-redocly-cli-1.28.2
redocly-cli 1.28.2
2 parents 4c5744c + 4544c2d commit e70f256

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/redocly-cli.rb

Lines changed: 8 additions & 8 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-1.28.0.tgz"
5-
sha256 "66e2cfc550feaa40017c927fb0e83c51fcbde6a8f6d7bbd3befe0806c952c80c"
4+
url "https://registry.npmjs.org/@redocly/cli/-/cli-1.28.2.tgz"
5+
sha256 "f6eae653631fa25e19bb92fac3a76e0995d958417f8b80cd7e67cf36a5a7f15f"
66
license "MIT"
77
head "https://github.com/redocly/redocly-cli.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bc51384214e3eaa2c1fa01647a3db439a79cb96e43d3f41e84b1d04f45690e5"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bc51384214e3eaa2c1fa01647a3db439a79cb96e43d3f41e84b1d04f45690e5"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9bc51384214e3eaa2c1fa01647a3db439a79cb96e43d3f41e84b1d04f45690e5"
13-
sha256 cellar: :any_skip_relocation, sonoma: "d903b13018f35dded2762a4e4d0d935e35b3f9662f46f854ba0e2ec185c3cc1f"
14-
sha256 cellar: :any_skip_relocation, ventura: "d903b13018f35dded2762a4e4d0d935e35b3f9662f46f854ba0e2ec185c3cc1f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9bc51384214e3eaa2c1fa01647a3db439a79cb96e43d3f41e84b1d04f45690e5"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "12e1b1022ece5e5f01027dfd58893aa3896e8a2815dba2fcb496962d80b64925"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "12e1b1022ece5e5f01027dfd58893aa3896e8a2815dba2fcb496962d80b64925"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "12e1b1022ece5e5f01027dfd58893aa3896e8a2815dba2fcb496962d80b64925"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8f75bf6e9f2b00078c2063ab959089d1561ff16f7740df7cd6c689cf41e969f7"
14+
sha256 cellar: :any_skip_relocation, ventura: "8f75bf6e9f2b00078c2063ab959089d1561ff16f7740df7cd6c689cf41e969f7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "12e1b1022ece5e5f01027dfd58893aa3896e8a2815dba2fcb496962d80b64925"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)