mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 23:11:19 +00:00
30 lines
898 B
JSON
30 lines
898 B
JSON
{
|
|
"version": "0.24.0",
|
|
"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.24.0/govc_windows_amd64.exe.zip",
|
|
"hash": "sha1:3fc6158dc18945464e725959f11e9ea98e32537e",
|
|
"bin": [
|
|
[
|
|
"govc_windows_amd64.exe",
|
|
"govc"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_amd64.exe.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/vmware/govmomi/releases/tag/v$version"
|
|
}
|
|
}
|
|
}
|