govc: Update to version 0.23.0

This commit is contained in:
Jakub Čábera 2020-06-12 08:50:14 +02:00
parent 0ee244a4ad
commit a76860b41d

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://github.com/vmware/govmomi", "homepage": "https://github.com/vmware/govmomi",
"description": "A vSphere CLI built on top of govmomi.", "description": "A vSphere CLI built on top of govmomi.",
"version": "0.22.1", "version": "0.23.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.22.1/govc_windows_amd64.exe.zip", "url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_amd64.exe.zip",
"hash": "081b0c66b82d5d633200881ba03783dd7973b9c89a81acba620167b7f9256d86", "hash": "sha1:040d61b8e6bd488e8fb9ff191b0c8e2583001277",
"bin": [ "bin": [
[ [
"govc_windows_amd64.exe", "govc_windows_amd64.exe",
@ -15,8 +15,8 @@
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/vmware/govmomi/releases/download/v0.22.1/govc_windows_386.exe.zip", "url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_386.exe.zip",
"hash": "031cb9cd22344610a24dd74940cf96369324e17f1d7099a14025469c74f54d9a", "hash": "sha1:570072921038da4d0375dda7d6cd8901f9358d46",
"bin": [ "bin": [
[ [
"govc_windows_386.exe", "govc_windows_386.exe",