govc: Add version 0.22.1 (#754)

This commit is contained in:
p1gsy 2020-02-03 10:05:19 +08:00 committed by GitHub
parent 8c75611e8b
commit a1b1be58b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

42
bucket/govc.json Normal file
View File

@ -0,0 +1,42 @@
{
"homepage": "https://github.com/vmware/govmomi",
"description": "A vSphere CLI built on top of govmomi.",
"version": "0.22.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.22.1/govc_windows_amd64.exe.zip",
"hash": "081b0c66b82d5d633200881ba03783dd7973b9c89a81acba620167b7f9256d86",
"bin": [
[
"govc_windows_amd64.exe",
"govc"
]
]
},
"32bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.22.1/govc_windows_386.exe.zip",
"hash": "031cb9cd22344610a24dd74940cf96369324e17f1d7099a14025469c74f54d9a",
"bin": [
[
"govc_windows_386.exe",
"govc"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_amd64.exe.zip"
},
"32bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_386.exe.zip"
}
},
"hash": {
"url": "https://github.com/vmware/govmomi/releases/tag/v$version"
}
}
}