Skip to content

Commit d667770

Browse files
authored
Merge pull request #249966 from Homebrew/protobuf-checksum
protobuf: update checksum
2 parents 2423e10 + 4dffc71 commit d667770

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Formula/p/protobuf.rb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Protobuf < Formula
22
desc "Protocol buffers (Google's data interchange format)"
33
homepage "https://protobuf.dev/"
44
url "https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.tar.gz"
5-
sha256 "7a796fd9a7947d51e098ebb065d8f8b45ea0ac313ac89cc083456b3005329a1a"
5+
sha256 "cbc536064706b628dcfe507bef386ef3e2214d563657612296f1781aa155ee07"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -11,12 +11,13 @@ class Protobuf < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_tahoe: "0ef02c40470fe4da9bedd2af6c0b612956747ec52f8bab958595ce75938862ca"
15-
sha256 cellar: :any, arm64_sequoia: "220d0c9358fda8b85ce23cbb53596547f63895480c16498a6d3b8031710d4b21"
16-
sha256 cellar: :any, arm64_sonoma: "93081d8d03451281ff8601acf7e0b225e84fbf4a62eaa41275ee09f35dc150ad"
17-
sha256 cellar: :any, sonoma: "8a6f2a3f9550d806334f4ff97fc40f7d93aee9699e4b3437afaa50c5c7ff7791"
18-
sha256 arm64_linux: "c1c9bc2529d50ccc22964bc2c983d02aebae785bdd01dcd3c6b8ae0a36ff78f1"
19-
sha256 x86_64_linux: "a6adb7c0a034da56bffd83f3f3d6627ac4fbce960e33e4791b15db2d223de79b"
14+
rebuild 1
15+
sha256 cellar: :any, arm64_tahoe: "68e78815df265bd26b52c98e9dc54a2be61ccb9096b0faffcd946ef929a9b29d"
16+
sha256 cellar: :any, arm64_sequoia: "c2209942fec8de30bdca4568a4dc0d2c8966012b8d2cfa2fdcf198ea9e67a348"
17+
sha256 cellar: :any, arm64_sonoma: "5e88a2f82b5a8cb8f724923ec4b64f7e172d0b443083932a268e952d60fab5d5"
18+
sha256 cellar: :any, sonoma: "f2178c6185be41da78c713f08126e26b8e7b029b667ff7980213d706446ba487"
19+
sha256 arm64_linux: "8150ba1722485b78d81ad35b11ae05dd279758599be46e80024755c7b35f1adb"
20+
sha256 x86_64_linux: "ae607e3c7968673570431d1f9efdfbbe08ed8e9ccc1e4f8ae4612d4818e753e8"
2021
end
2122

2223
depends_on "cmake" => :build

0 commit comments

Comments
 (0)