vcpkg/ports/protobuf/vcpkg.json
Frank 6245ce44a0
[protobuf] update version to 3.21.12 (#28710)
* [protobuf] update version to 3.21.12

* version
2023-01-15 11:10:54 -08:00

30 lines
572 B
JSON

{
"name": "protobuf",
"version": "3.21.12",
"description": "Protocol Buffers - Google's data interchange format",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "protobuf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"zlib": {
"description": "ZLib based features like Gzip streams",
"dependencies": [
"zlib"
]
}
}
}