mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"version": "0.46.2",
|
|
"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.46.2/govc_Windows_x86_64.zip",
|
|
"hash": "5a7b7ca791f0f13cdc5a9f3cc90a8bdf17f5cac21565869acd72c00a027c5e54"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|