diff options
| author | tepsl | 2014-11-21 04:53:17 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-11-21 00:55:19 -0600 |
| commit | a4d7640016ca93d21baf51248e7e77b979ad3cbe (patch) | |
| tree | f870dd42db7442c7856a5b55eaa96f2798b3694d /Library/Formula/protobuf.rb | |
| parent | 2b09f6636251d100985ee286971848540fed67f9 (diff) | |
| download | homebrew-a4d7640016ca93d21baf51248e7e77b979ad3cbe.tar.bz2 | |
protobuf 2.6.1
Closes #34351.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/protobuf.rb')
| -rw-r--r-- | Library/Formula/protobuf.rb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index e9633dd2d..3baf5da80 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -36,16 +36,8 @@ end class Protobuf < Formula homepage 'http://code.google.com/p/protobuf/' - url 'https://protobuf.googlecode.com/svn/rc/protobuf-2.6.0.tar.bz2', :using => :curl - sha1 '6d9dc4c5899232e2397251f9323cbdf176391d1b' - - bottle do - cellar :any - revision 1 - sha1 "e0195a4905560d5869863983840b3ecad7f80c78" => :yosemite - sha1 "d7c3d7296beb07bf3c0aa853d136beff0fdac4ce" => :mavericks - sha1 "b751a032b13e09989e37a03b64be958f8796e80c" => :mountain_lion - end + url 'https://github.com/google/protobuf/releases/download/2.6.1/protobuf-2.6.1.tar.bz2' + sha1 '6421ee86d8fb4e39f21f56991daa892a3e8d314b' option :universal option :cxx11 |
