2024-02-12 20:23:25 +00:00

25 lines
754 B
JSON

{
"version": "0.35.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.35.0/govc_Windows_x86_64.zip",
"hash": "2e2c8fb476b9347396b42ed6bc20133a621f76a40349768c5611631ee7d031dc"
}
},
"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"
}
}
}