From 68939d9e70b44720478f201e89c65aa6a8dad3c8 Mon Sep 17 00:00:00 2001 From: Joseph Anderson Date: Fri, 5 Dec 2014 14:36:01 -0500 Subject: protobuf: fix URL. Closes #34711. Signed-off-by: Mike McQuaid --- Library/Formula/protobuf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index cec6cbec1..5ab34201c 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -36,7 +36,7 @@ end class Protobuf < Formula homepage "https://github.com/google/protobuf/" - url 'https://github.com/google/protobuf/releases/download/2.6.1/protobuf-2.6.1.tar.bz2' + url 'https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2' sha1 '6421ee86d8fb4e39f21f56991daa892a3e8d314b' bottle do -- cgit v1.2.3