From 619dc4a04512d389ec4f9f652a7e14cd6eab38eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 3 Jun 2021 15:10:41 -0700 Subject: [PATCH] govc: Update to version 0.26.0 --- bucket/govc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/govc.json b/bucket/govc.json index de54c5a8af..9fb00a2d77 100644 --- a/bucket/govc.json +++ b/bucket/govc.json @@ -1,12 +1,12 @@ { - "version": "0.25.0", + "version": "0.26.0", "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.25.0/govc_Windows_x86_64.zip", - "hash": "87edc70c78773340c6f8f1613b624c8db83e619a3d52093e5161a165d9d755ae" + "url": "https://github.com/vmware/govmomi/releases/download/v0.26.0/govc_Windows_x86_64.zip", + "hash": "a3f957043748f6be741cac3cd2df79c851f99242e4b575d3aa3aeb77b4fe02a1" } }, "bin": "govc.exe",