mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"version": "0.30.4",
|
|
"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.30.4/govc_Windows_x86_64.zip",
|
|
"hash": "02b682e25bc94d309d9f13e9a667c7839464e03049010cf2ae69020a25ffa514"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|