vcpkg/ports/kubernetes/vcpkg.json
Ahmed Yarub Hani Al Nuaimi 04804d3795
[Kubernetes] Update to latest commit (#22638)
* Update Kubernetes Client Library version

* Update versions

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2022-01-20 15:01:44 -08:00

22 lines
394 B
JSON

{
"name": "kubernetes",
"version-date": "2022-01-19",
"description": "Kubernetes C client",
"homepage": "https://github.com/kubernetes-client/c/",
"supports": "!uwp",
"dependencies": [
"curl",
"libwebsockets",
"libyaml",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}