protobuf-c: add 1.4.1 version (#35397)
* protobuf-c: add 1.4.1 version * protobuf-c: add maintainers
This commit is contained in:
parent
09cf265ff4
commit
a0ce6f7890
@ -15,7 +15,9 @@ class ProtobufC(AutotoolsPackage):
|
|||||||
url = (
|
url = (
|
||||||
"https://github.com/protobuf-c/protobuf-c/releases/download/v1.3.2/protobuf-c-1.3.2.tar.gz"
|
"https://github.com/protobuf-c/protobuf-c/releases/download/v1.3.2/protobuf-c-1.3.2.tar.gz"
|
||||||
)
|
)
|
||||||
|
maintainers("hyoklee")
|
||||||
|
|
||||||
|
version("1.4.1", sha256="4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f")
|
||||||
version("1.3.2", sha256="53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74")
|
version("1.3.2", sha256="53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74")
|
||||||
|
|
||||||
depends_on("protobuf")
|
depends_on("protobuf")
|
||||||
|
Loading…
Reference in New Issue
Block a user