2023-06-27 04:29:09 +00:00

25 lines
754 B
JSON

{
"version": "0.30.5",
"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.30.5/govc_Windows_x86_64.zip",
"hash": "2e7d3a27bdeea0689e95c9c595eb13d05ed4418051e655122d3bf55ea2bd15d2"
}
},
"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"
}
}
}