2023-12-13 00:33:04 +00:00

25 lines
754 B
JSON

{
"version": "0.34.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.34.0/govc_Windows_x86_64.zip",
"hash": "a23e9177fa0c16e8dfe3dc77c52b38c0d7cbccc809aeda69cba5e19eb890ca62"
}
},
"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"
}
}
}