mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://github.com/vmware/govmomi",
|
|
"description": "A vSphere CLI built on top of govmomi.",
|
|
"version": "0.22.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v0.22.1/govc_windows_amd64.exe.zip",
|
|
"hash": "081b0c66b82d5d633200881ba03783dd7973b9c89a81acba620167b7f9256d86",
|
|
"bin": [
|
|
[
|
|
"govc_windows_amd64.exe",
|
|
"govc"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v0.22.1/govc_windows_386.exe.zip",
|
|
"hash": "031cb9cd22344610a24dd74940cf96369324e17f1d7099a14025469c74f54d9a",
|
|
"bin": [
|
|
[
|
|
"govc_windows_386.exe",
|
|
"govc"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_amd64.exe.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_386.exe.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/vmware/govmomi/releases/tag/v$version"
|
|
}
|
|
}
|
|
}
|