Skip to content

Commit 4d4df3a

Browse files
authored
Merge pull request Homebrew#205406 from Homebrew/bump-protoc-gen-go-1.36.4
protoc-gen-go 1.36.4
2 parents 15abc16 + 34790fd commit 4d4df3a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/protoc-gen-go.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class ProtocGenGo < Formula
22
desc "Go support for Google's protocol buffers"
33
homepage "https://github.com/protocolbuffers/protobuf-go"
4-
url "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.36.3.tar.gz"
5-
sha256 "d15b5c42786fa47d716b1572e5ba21979dc3163121854ece5101f072d4fa95bb"
4+
url "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.36.4.tar.gz"
5+
sha256 "aba12e3abb045d9fc995aad578f0c0ab569325bedc277ffc9b5d159ccc78bbc5"
66
license "BSD-3-Clause"
77
head "https://github.com/protocolbuffers/protobuf-go.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f51d5cabe181f241f4b5415a1baa0db83680470f659c2307dfb75aaec27d2d07"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f51d5cabe181f241f4b5415a1baa0db83680470f659c2307dfb75aaec27d2d07"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f51d5cabe181f241f4b5415a1baa0db83680470f659c2307dfb75aaec27d2d07"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a726717c196983423df9078c4a5c50bdf41f3ec13f37ac46e64234ac22172d8a"
14-
sha256 cellar: :any_skip_relocation, ventura: "a726717c196983423df9078c4a5c50bdf41f3ec13f37ac46e64234ac22172d8a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d8b06c1e8070f9795af7c55c8a4b0ab6858f1fb9fdb25f108eaf1ec6d442aa2"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c83b8b6e741d26ee66c66b1eea60e96ce85d3a643ded056edfdbdc29e88f801"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c83b8b6e741d26ee66c66b1eea60e96ce85d3a643ded056edfdbdc29e88f801"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3c83b8b6e741d26ee66c66b1eea60e96ce85d3a643ded056edfdbdc29e88f801"
13+
sha256 cellar: :any_skip_relocation, sonoma: "175480e1e54f1a69c7f51c53b3d1120c2fc8efaaea67564a6ca5fbbaea553dec"
14+
sha256 cellar: :any_skip_relocation, ventura: "175480e1e54f1a69c7f51c53b3d1120c2fc8efaaea67564a6ca5fbbaea553dec"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f5dd73abeb631323d673f29584a0c52e2352c0870fd702ca8d7072ef67109d46"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)