This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Protobuf261 < Formula | |
desc "Protocol buffers - Google data interchange format" | |
homepage "https://github.com/google/protobuf/" | |
stable do | |
url "https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2" | |
sha256 "0a2f8533b2e0587a2b4efce0c4c8aea21bbfae1c41c466634d958dedf580f6aa" | |
# Fixes the unexpected identifier error when compiling software against protobuf: | |
# https://github.com/google/protobuf/issues/549 |