Skip to content

Instantly share code, notes, and snippets.

@yoo-bit
yoo-bit / protobuf261.rb
Last active April 8, 2021 20:04 — forked from shlima/protobuf260.rb
brew formula to install protobuf@2.6.1
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