2023-02-01 08:28:34 +00:00

25 lines
754 B
JSON

{
"version": "0.30.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.30.2/govc_Windows_x86_64.zip",
"hash": "5eabcd6ae1505bf239fe3424c2b36bd833f33851dd27db686e86204d79a3c67d"
}
},
"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"
}
}
}