2024-11-15 04:30:40 +00:00

25 lines
754 B
JSON

{
"version": "0.46.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.46.1/govc_Windows_x86_64.zip",
"hash": "08820f5d3e3c1f4d3a6645d8b64dec0c360fa15c2f1bc88b0258a2c9ee4e9973"
}
},
"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"
}
}
}