mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[kubernetes] Update version (#28075)
* Update Kubernetes client's port * Update Kubernetes client's version * Update Kubernetes client's port * Update Kubernetes client's port * Update Kubernetes client's port * Apply suggested commits * Update Kubernetes client's version * Update Kubernetes client's version * Update Kubernetes client's version
This commit is contained in:
parent
73b415a0db
commit
b2a7fdcbb2
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO kubernetes-client/c
|
||||
REF 5eab1ef0a855d1707b3ef01adb2c4b545a01f36d
|
||||
SHA512 a45ff221cfdddd8add0d8a04d75906e369e84b192cb7d0611a22f28ac81e0bb0c29cb71faa2bc352100aadacd7467fc2700c25f074654b7a9d75c80d86b71296
|
||||
REF 39a4dab2504c9c26d3577d11a335027f8d782457
|
||||
SHA512 3bdbf12e26d0808818bcb3c28b398650656cabaf3bb364095b277d07f6e35afc6d3aaea9357e6a888dd92edfc0f88d655b59d186150f5b779e7511a924d713bd
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
001-fix-destination.patch
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "kubernetes",
|
||||
"version-date": "2022-01-19",
|
||||
"port-version": 1,
|
||||
"version-date": "2022-11-09",
|
||||
"description": "Kubernetes C client",
|
||||
"homepage": "https://github.com/kubernetes-client/c/",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"curl",
|
||||
|
@ -3469,8 +3469,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"kubernetes": {
|
||||
"baseline": "2022-01-19",
|
||||
"port-version": 1
|
||||
"baseline": "2022-11-09",
|
||||
"port-version": 0
|
||||
},
|
||||
"kuku": {
|
||||
"baseline": "2.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c6f9cc3e4fcf2a43e2dc3c41b9aa103b7cc1a54c",
|
||||
"version-date": "2022-11-09",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "81d419c292d699e92444e7629e01b1d1cf0ba762",
|
||||
"version-date": "2022-01-19",
|
||||
|
Loading…
Reference in New Issue
Block a user