2025-03-11 20:28:24 +00:00

25 lines
754 B
JSON

{
"version": "0.49.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.49.0/govc_Windows_x86_64.zip",
"hash": "6887826868c91695fb15ddd8f0b65fbda211a676a69c4db70187480b6f80cdd0"
}
},
"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"
}
}
}