From ba281bc0399de741617a064bbff1b56e635c7206 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 5 Dec 2022 00:19:55 -0500 Subject: [PATCH] protobuf 21.11 Closes #117355. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/protobuf.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/protobuf.rb b/Formula/protobuf.rb index 68c5f3e7c2337..cfab3d05a987c 100644 --- a/Formula/protobuf.rb +++ b/Formula/protobuf.rb @@ -2,11 +2,10 @@ class Protobuf < Formula desc "Protocol buffers (Google's data interchange format)" homepage "https://github.com/protocolbuffers/protobuf/" license "BSD-3-Clause" - revision 1 stable do - url "https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protobuf-all-21.9.tar.gz" - sha256 "c00f05e19e89b04ea72e92a3c204eedda91f871cd29b0bbe5188550d783c73c7" + url "https://github.com/protocolbuffers/protobuf/releases/download/v21.11/protobuf-all-21.11.tar.gz" + sha256 "f045f136e61e367a9436571b6676b94e5e16631a06c864146688c3aaf7df794b" # Fix build with Python 3.11. Remove in the next release. patch do