2025-05-23 20:29:33 +00:00

25 lines
754 B
JSON

{
"version": "0.51.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.51.0/govc_Windows_x86_64.zip",
"hash": "635c5ed7c40eb29b3a7ee45818b79df0e509543f803d518a0f7258aa2f233328"
}
},
"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"
}
}
}