mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +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.23.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_amd64.exe.zip",
|
|
"hash": "sha1:040d61b8e6bd488e8fb9ff191b0c8e2583001277",
|
|
"bin": [
|
|
[
|
|
"govc_windows_amd64.exe",
|
|
"govc"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_386.exe.zip",
|
|
"hash": "sha1:570072921038da4d0375dda7d6cd8901f9358d46",
|
|
"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"
|
|
}
|
|
}
|
|
}
|