Skip to content

Commit dd93501

Browse files
authored
Merge pull request Homebrew#218815 from Homebrew/bump-buf-1.52.1
buf 1.52.1
2 parents 1fde2e1 + ad89479 commit dd93501

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.52.0.tar.gz"
5-
sha256 "1cc28f42bf89b192c48342b3762026415a0f6c530b9cc1829710a829a24701d2"
4+
url "https://github.com/bufbuild/buf/archive/refs/tags/v1.52.1.tar.gz"
5+
sha256 "08489aa993fe36ad5965381a3ff2848c8d4f3a4f76096f0fdc19355f77826253"
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: "52a5bbcb4bea2f2bc7cbb398328912fde45167127e0681bcd2e34904c9182167"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52a5bbcb4bea2f2bc7cbb398328912fde45167127e0681bcd2e34904c9182167"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "52a5bbcb4bea2f2bc7cbb398328912fde45167127e0681bcd2e34904c9182167"
21-
sha256 cellar: :any_skip_relocation, sonoma: "bdae07ddd90efbe3fac25f296d3262d08e182ddcba331cb45316753310faf1ca"
22-
sha256 cellar: :any_skip_relocation, ventura: "bdae07ddd90efbe3fac25f296d3262d08e182ddcba331cb45316753310faf1ca"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fed707c0a3b0f44584b69944887d3c55e8999cb2e287664039c681ae82e2efc"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccd6752ea8ff393dd77db7d5e047a24a98118328f34d7e3d6619435e96a9c5cd"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccd6752ea8ff393dd77db7d5e047a24a98118328f34d7e3d6619435e96a9c5cd"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ccd6752ea8ff393dd77db7d5e047a24a98118328f34d7e3d6619435e96a9c5cd"
21+
sha256 cellar: :any_skip_relocation, sonoma: "b7b19e75451dd2f2880526bfe136e9f47afb9366dd0118c5e7f9df5c08f7a77e"
22+
sha256 cellar: :any_skip_relocation, ventura: "b7b19e75451dd2f2880526bfe136e9f47afb9366dd0118c5e7f9df5c08f7a77e"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fc5dcd6faf2de40bec9f1e7209a4d9c15718eb96457044d19841d122e9989f7"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)