Skip to content

Commit 9f5781c

Browse files
authored
Merge pull request Homebrew#227194 from Homebrew/bump-buf-1.55.1
buf 1.55.1
2 parents 059dbb4 + 1a4e532 commit 9f5781c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/buf.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Buf < Formula
22
desc "New way of working with Protocol Buffers"
33
homepage "https://github.com/bufbuild/buf"
4-
url "https://github.com/bufbuild/buf/archive/refs/tags/v1.55.0.tar.gz"
5-
sha256 "3b6c7ca5efb42a20f89a52df48c40804e718b8b9c298de4fc45bf7a5a0d6ffe8"
4+
url "https://github.com/bufbuild/buf/archive/refs/tags/v1.55.1.tar.gz"
5+
sha256 "01663475792aa851d4b3af16be9ec19d808cead673f986902343beed1a0063dd"
66
license "Apache-2.0"
77
head "https://github.com/bufbuild/buf.git", branch: "main"
88

@@ -15,12 +15,12 @@ class Buf < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726"
21-
sha256 cellar: :any_skip_relocation, sonoma: "4cd6288aa8ca3f0a5863e011b3bf52cec591c2a391278afaa8ca811e2c8a3abe"
22-
sha256 cellar: :any_skip_relocation, ventura: "4cd6288aa8ca3f0a5863e011b3bf52cec591c2a391278afaa8ca811e2c8a3abe"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "06ab56c497fad4378cb894af4652167aba6cf898a7720d76cfa729a81c0a2f17"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cfcd086027d3349dcb8c45a5607b96177819198350a9220dbeea17f8cc765970"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfcd086027d3349dcb8c45a5607b96177819198350a9220dbeea17f8cc765970"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cfcd086027d3349dcb8c45a5607b96177819198350a9220dbeea17f8cc765970"
21+
sha256 cellar: :any_skip_relocation, sonoma: "f5d6667f0ce744b3552ae5769cd9712ffc7d6e89de933ca216640bbc062eadc8"
22+
sha256 cellar: :any_skip_relocation, ventura: "f5d6667f0ce744b3552ae5769cd9712ffc7d6e89de933ca216640bbc062eadc8"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7d40e54172bf8d7ec2b690bf3eb726911277ea2c1e605a4d5f1133cd0f83e13f"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)