From 9435ebd97257a53221f365abb6b3ffbb7c2d314b Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:19:15 +0900 Subject: [PATCH 1/2] protobuf: update checksum --- Formula/p/protobuf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/protobuf.rb b/Formula/p/protobuf.rb index f702f4d128ae2..23aa10713ccfe 100644 --- a/Formula/p/protobuf.rb +++ b/Formula/p/protobuf.rb @@ -2,7 +2,7 @@ class Protobuf < Formula desc "Protocol buffers (Google's data interchange format)" homepage "https://protobuf.dev/" url "https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.tar.gz" - sha256 "7a796fd9a7947d51e098ebb065d8f8b45ea0ac313ac89cc083456b3005329a1a" + sha256 "cbc536064706b628dcfe507bef386ef3e2214d563657612296f1781aa155ee07" license "BSD-3-Clause" livecheck do From 4dffc71ac2bc26bc85af072a059cd5fc7be2e958 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 18 Oct 2025 15:10:44 +0000 Subject: [PATCH 2/2] protobuf: update 33.0 bottle. --- Formula/p/protobuf.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/p/protobuf.rb b/Formula/p/protobuf.rb index 23aa10713ccfe..51c72f4c86ce9 100644 --- a/Formula/p/protobuf.rb +++ b/Formula/p/protobuf.rb @@ -11,12 +11,13 @@ class Protobuf < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "0ef02c40470fe4da9bedd2af6c0b612956747ec52f8bab958595ce75938862ca" - sha256 cellar: :any, arm64_sequoia: "220d0c9358fda8b85ce23cbb53596547f63895480c16498a6d3b8031710d4b21" - sha256 cellar: :any, arm64_sonoma: "93081d8d03451281ff8601acf7e0b225e84fbf4a62eaa41275ee09f35dc150ad" - sha256 cellar: :any, sonoma: "8a6f2a3f9550d806334f4ff97fc40f7d93aee9699e4b3437afaa50c5c7ff7791" - sha256 arm64_linux: "c1c9bc2529d50ccc22964bc2c983d02aebae785bdd01dcd3c6b8ae0a36ff78f1" - sha256 x86_64_linux: "a6adb7c0a034da56bffd83f3f3d6627ac4fbce960e33e4791b15db2d223de79b" + rebuild 1 + sha256 cellar: :any, arm64_tahoe: "68e78815df265bd26b52c98e9dc54a2be61ccb9096b0faffcd946ef929a9b29d" + sha256 cellar: :any, arm64_sequoia: "c2209942fec8de30bdca4568a4dc0d2c8966012b8d2cfa2fdcf198ea9e67a348" + sha256 cellar: :any, arm64_sonoma: "5e88a2f82b5a8cb8f724923ec4b64f7e172d0b443083932a268e952d60fab5d5" + sha256 cellar: :any, sonoma: "f2178c6185be41da78c713f08126e26b8e7b029b667ff7980213d706446ba487" + sha256 arm64_linux: "8150ba1722485b78d81ad35b11ae05dd279758599be46e80024755c7b35f1adb" + sha256 x86_64_linux: "ae607e3c7968673570431d1f9efdfbbe08ed8e9ccc1e4f8ae4612d4818e753e8" end depends_on "cmake" => :build