2021-10-14 21:00:36 +00:00

25 lines
754 B
JSON

{
"version": "0.27.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.27.0/govc_Windows_x86_64.zip",
"hash": "9dba74a8d2ae7b4e0238132e4d856e62f5b015f6afb67a157157c0a1ad2d30e6"
}
},
"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"
}
}
}