protobuf 3.11.0

Migrate the alias too

Fix tag by prepending a 'v'
This commit is contained in:
Austin Shalit 2019-11-26 18:00:40 -05:00 committed by Rui Chen
parent c85a52a4e6
commit 2a77474a36
2 changed files with 2 additions and 2 deletions

View file

@ -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.10.1",
:revision => "d09d649aea36f02c03f8396ba39a8d4db8a607e4"
:tag => "v3.11.0",
:revision => "ab5b61bf2f0fb1ac485be1b82fffca153c2509ed"
head "https://github.com/protocolbuffers/protobuf.git"
bottle do