2020-12-26 08:42:07 +01:00

30 lines
898 B
JSON

{
"version": "0.24.0",
"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.24.0/govc_windows_amd64.exe.zip",
"hash": "sha1:3fc6158dc18945464e725959f11e9ea98e32537e",
"bin": [
[
"govc_windows_amd64.exe",
"govc"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_amd64.exe.zip"
}
},
"hash": {
"url": "https://github.com/vmware/govmomi/releases/tag/v$version"
}
}
}