diff options
| -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 | 
