diff options
| author | Joseph Anderson | 2014-12-05 14:36:01 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-06 08:52:31 +0000 | 
| commit | 68939d9e70b44720478f201e89c65aa6a8dad3c8 (patch) | |
| tree | 9b7da7432cfacbf78296c654bc79ae2d49cd9dca | |
| parent | aad426f591a23edd8e98c20577a10fc1864de98c (diff) | |
| download | homebrew-68939d9e70b44720478f201e89c65aa6a8dad3c8.tar.bz2 | |
protobuf: fix URL.
Closes #34711.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/protobuf.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
