protobuf 3.19.1
parent
f3791d8049
commit
7fa2568b1e
|
@ -1,10 +1,9 @@
|
||||||
class Protobuf < Formula
|
class Protobuf < Formula
|
||||||
desc "Protocol buffers (Google's data interchange format)"
|
desc "Protocol buffers (Google's data interchange format)"
|
||||||
homepage "https://github.com/protocolbuffers/protobuf/"
|
homepage "https://github.com/protocolbuffers/protobuf/"
|
||||||
url "https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz"
|
url "https://github.com/protocolbuffers/protobuf/releases/download/v3.19.1/protobuf-all-3.19.1.tar.gz"
|
||||||
sha256 "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2"
|
sha256 "80631d5a18d51daa3a1336e340001ad4937e926762f21144c62d26fe2a8d71fe"
|
||||||
license "BSD-3-Clause"
|
license "BSD-3-Clause"
|
||||||
revision 1
|
|
||||||
|
|
||||||
livecheck do
|
livecheck do
|
||||||
url :stable
|
url :stable
|
||||||
|
|
Loading…
Reference in New Issue