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:
I hereby claim:
To claim this, I am signing this object:
| # 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 |
| # 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 |