govc: Update to version 0.24.0

This commit is contained in:
Jakub Čábera 2020-12-26 08:42:07 +01:00
parent 97b1a5d70f
commit 75a3e6149c

View File

@ -1,28 +1,18 @@
{ {
"homepage": "https://github.com/vmware/govmomi", "version": "0.24.0",
"description": "A vSphere CLI built on top of govmomi.", "description": "A vSphere CLI built on top of govmomi.",
"version": "0.23.0", "homepage": "https://github.com/vmware/govmomi",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_amd64.exe.zip", "url": "https://github.com/vmware/govmomi/releases/download/v0.24.0/govc_windows_amd64.exe.zip",
"hash": "sha1:040d61b8e6bd488e8fb9ff191b0c8e2583001277", "hash": "sha1:3fc6158dc18945464e725959f11e9ea98e32537e",
"bin": [ "bin": [
[ [
"govc_windows_amd64.exe", "govc_windows_amd64.exe",
"govc" "govc"
] ]
] ]
},
"32bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_386.exe.zip",
"hash": "sha1:570072921038da4d0375dda7d6cd8901f9358d46",
"bin": [
[
"govc_windows_386.exe",
"govc"
]
]
} }
}, },
"checkver": "github", "checkver": "github",
@ -30,9 +20,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v$version/govc_windows_amd64.exe.zip" "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": { "hash": {