mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
govc: Add version 0.22.1 (#754)
This commit is contained in:
parent
8c75611e8b
commit
a1b1be58b3
42
bucket/govc.json
Normal file
42
bucket/govc.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user