Skip to content

Instantly share code, notes, and snippets.

View hponde's full-sized avatar

Henrique Oliveira Pinto hponde

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hponde on github.
  • I am hponde (https://keybase.io/hponde) on keybase.
  • I have a public key ASCYFZ5ntixfQoI-is6hCFRVQppfgvIhIWjQ2SlSDYH6zAo

To claim this, I am signing this object:

@hponde
hponde / protobuf.rb
Last active April 26, 2019 01:43
Brew protobuf formula for 3.6.1
# Formula for protobuf 3.6.1
class Protobuf < Formula
desc "Protocol buffers (Google's data interchange format)"
homepage "https://github.com/protocolbuffers/protobuf/"
url "https://github.com/protocolbuffers/protobuf.git",
:tag => "v3.6.1",
:revision => "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2"
head "https://github.com/protocolbuffers/protobuf.git"
bottle do
@hponde
hponde / protobuf.rb
Last active April 26, 2019 01:42
Brew protobuf formula for 3.5.1_1
# Formula for protobuf 3.5.1_1
class Protobuf < Formula
desc "Protocol buffers (Google's data interchange format)"
homepage "https://github.com/google/protobuf/"
url "https://github.com/google/protobuf/archive/v3.5.1.tar.gz"
sha256 "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f"
revision 1
head "https://github.com/google/protobuf.git"
bottle do