2024-12-12 20:29:57 +00:00

25 lines
754 B
JSON

{
"version": "0.46.3",
"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.3/govc_Windows_x86_64.zip",
"hash": "09f65850fd0a47ac62e259a8571d1beecc7bdaa655fcc66ae5bffad7e6233239"
}
},
"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"
}
}
}