2024-06-05 08:28:13 +00:00

25 lines
754 B
JSON

{
"version": "0.37.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.37.3/govc_Windows_x86_64.zip",
"hash": "a64fee1895713d92ab736baa4abf9c1d71aa7524b298cc43a0096616a60c6593"
}
},
"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"
}
}
}