2021-08-17 03:00:34 +00:00

25 lines
754 B
JSON

{
"version": "0.26.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.26.1/govc_Windows_x86_64.zip",
"hash": "c19b6dd113722a90fda34cd38fb3f6dc1a77c0cd082d1339e57144a34a031d31"
}
},
"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"
}
}
}