2025-01-08 00:36:08 +00:00

25 lines
754 B
JSON

{
"version": "0.47.1",
"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.47.1/govc_Windows_x86_64.zip",
"hash": "4bf624fcb7ce1893a4685fae00c761942a4caba938513091d57f8bebba74891f"
}
},
"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"
}
}
}