mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"version": "0.45.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.45.0/govc_Windows_x86_64.zip",
|
|
"hash": "bab3660c9e2fad917f4ff9c51a661171f57b354536b978f90dc038a632c0a8ae"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|