Skip to content

Commit 13a1b20

Browse files
authored
Merge pull request Homebrew#227193 from Homebrew/bump-bruno-cli-2.6.0
bruno-cli 2.6.0
2 parents 632530a + f90c1bd commit 13a1b20

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/bruno-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class BrunoCli < Formula
22
desc "CLI of the open-source IDE For exploring and testing APIs"
33
homepage "https://www.usebruno.com/"
4-
url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.5.0.tgz"
5-
sha256 "4f07cd0075c389a9f082d0c9ada79d2dd27cf89f41d8f21a25fa363ae9ba4807"
4+
url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.6.0.tgz"
5+
sha256 "6f90040703de5c9d0e9cdf99ea9231350fed1a48b41e4d6d35a8dca0bd6ab109"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd"
12-
sha256 cellar: :any_skip_relocation, sonoma: "13875e50877af8a3bcd70e39fbe45f8baec68bd3db71163ccef6e0506a869b05"
13-
sha256 cellar: :any_skip_relocation, ventura: "13875e50877af8a3bcd70e39fbe45f8baec68bd3db71163ccef6e0506a869b05"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4"
12+
sha256 cellar: :any_skip_relocation, sonoma: "27f78613b8d60e5d7826da1d83968e818961bc7458cbe9799f915b8dad40041a"
13+
sha256 cellar: :any_skip_relocation, ventura: "27f78613b8d60e5d7826da1d83968e818961bc7458cbe9799f915b8dad40041a"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)