2022-02-11 08:27:22 +00:00

25 lines
754 B
JSON

{
"version": "0.27.4",
"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.4/govc_Windows_x86_64.zip",
"hash": "824b30d19e55dc520c250f0eb292159f79c6bae4eaebfda29c4f3c091da4055c"
}
},
"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"
}
}
}