2024-10-09 08:29:59 +00:00

25 lines
754 B
JSON

{
"version": "0.44.1",
"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.44.1/govc_Windows_x86_64.zip",
"hash": "d495db78e14ad6917686fcff05a99cf6ab16c89a630a43c5790b29477e9e245a"
}
},
"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"
}
}
}