From e5166f7fa6360f8b05a2c7dba2f66c9cde84b269 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 22 Nov 2018 08:54:59 +1100 Subject: [PATCH] protobuf 3.6.1.1 --- Formula/protobuf.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/protobuf.rb b/Formula/protobuf.rb index b4adf15bc045..b2e1546c5cc1 100644 --- a/Formula/protobuf.rb +++ b/Formula/protobuf.rb @@ -2,8 +2,8 @@ class Protobuf < Formula desc "Protocol buffers (Google's data interchange format)" homepage "https://github.com/protocolbuffers/protobuf/" url "https://github.com/protocolbuffers/protobuf.git", - :tag => "v3.6.1", - :revision => "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2" + :tag => "v3.6.1.1", + :revision => "046e8fb7483df4e4fba028b8e85f68241a08f7f4" head "https://github.com/protocolbuffers/protobuf.git" bottle do @@ -29,12 +29,6 @@ class Protobuf < Formula sha256 "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" end - # Upstream PR from 3 Jul 2018 "Add Python 3.7 compatibility" - patch do - url "https://github.com/protocolbuffers/protobuf/pull/4862.patch?full_index=1" - sha256 "4b1fe1893c40cdcef531c31746ddd18759c9ce3564c89ddcc0ec934ea5dbf377" - end - needs :cxx11 def install