diff options
Diffstat (limited to 'Library/Formula/protobuf.rb')
| -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 850b5d9e9..f669e56dc 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -2,7 +2,7 @@ require 'formula'  class Protobuf < Formula    homepage 'http://code.google.com/p/protobuf/' -  url 'http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2' +  url 'https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2'    sha1 '62c10dcdac4b69cc8c6bb19f73db40c264cb2726'    bottle do | 
