2021-10-21 08:51:06 -07:00

25 lines
754 B
JSON

{
"version": "0.27.1",
"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.1/govc_Windows_x86_64.zip",
"hash": "0623b8c9764f3527f7da67106ff6baeca726702e244ce2fc4fbc4c60ca37db77"
}
},
"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"
}
}
}