2021-12-03 18:02:00 +00:00

25 lines
754 B
JSON

{
"version": "0.27.2",
"description": "A vSphere CLI built on top of govmomi",
"homepage": "https://github.com/vmware/govmomi",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.27.2/govc_Windows_x86_64.zip",
"hash": "1e2a8bc89d3701fb7590db785f8402fc80d98545d6359e64742dae231cc0f3d9"
}
},
"bin": "govc.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_Windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}