2024-10-23 20:29:17 +00:00

25 lines
754 B
JSON

{
"version": "0.45.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.45.1/govc_Windows_x86_64.zip",
"hash": "b8997ab8e35e7d57429bb669d20d81200c2968b60eebb9c6b3f8e5b557a0539d"
}
},
"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"
}
}
}