2023-10-25 16:27:08 +00:00

25 lines
754 B
JSON

{
"version": "0.33.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.33.0/govc_Windows_x86_64.zip",
"hash": "6b8f855243036476871cab59ee1250d03a060289adb25d87c6250222532b69ef"
}
},
"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"
}
}
}