2023-08-04 04:25:42 +00:00

25 lines
754 B
JSON

{
"version": "0.30.7",
"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.30.7/govc_Windows_x86_64.zip",
"hash": "0617a3d63749649b705d4d345b91ea2ec75ea9d2eee5d61b3b1ba39d9c3d3635"
}
},
"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"
}
}
}