2024-11-07 00:34:42 +00:00

25 lines
754 B
JSON

{
"version": "0.46.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.46.0/govc_Windows_x86_64.zip",
"hash": "82d694cf688d70ce2b549281adb2533c341b7c1e84d7b8f24d8dce50aecb7827"
}
},
"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"
}
}
}