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.48.1",
|
|
"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.48.1/govc_Windows_x86_64.zip",
|
|
"hash": "44edce3a542622d159c0d5fe5a94306403e186252eb1bd9467e639f7c0941fd9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|