2023-09-25 20:24:11 +00:00

25 lines
754 B
JSON

{
"version": "0.31.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.31.0/govc_Windows_x86_64.zip",
"hash": "0eb4f090265f39edda002daa5977e76a7b1e67adde6d5f242a61612a673461ee"
}
},
"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"
}
}
}