2024-06-24 20:26:15 +00:00

25 lines
754 B
JSON

{
"version": "0.38.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.38.0/govc_Windows_x86_64.zip",
"hash": "515178f5be0e7f5be08be541ba1b81996312bc17fc2b7f0c3fe893e894d9ed20"
}
},
"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"
}
}
}