vcpkg/ports/kubernetes/vcpkg.json
Ahmed Yarub Hani Al Nuaimi 65f712f173
[kubernetes] update to latest commit (#21647)
* Update Kubernetes Client Library

* Update versions

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2021-11-26 01:07:05 -08:00

22 lines
394 B
JSON

{
"name": "kubernetes",
"version-date": "2021-11-24",
"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
}
]
}