2022-06-02 20:31:31 +00:00

25 lines
754 B
JSON

{
"version": "0.27.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.27.5/govc_Windows_x86_64.zip",
"hash": "c1da83d825137369be0fd60fa4d1a1c67ed76e9994183772fe2be552fb9d378d"
}
},
"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"
}
}
}