diff --git a/bucket/govc.json b/bucket/govc.json index 369ccbac87..ea2283c38c 100644 --- a/bucket/govc.json +++ b/bucket/govc.json @@ -1,28 +1,18 @@ { - "homepage": "https://github.com/vmware/govmomi", + "version": "0.24.0", "description": "A vSphere CLI built on top of govmomi.", - "version": "0.23.0", + "homepage": "https://github.com/vmware/govmomi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_windows_amd64.exe.zip", - "hash": "sha1:040d61b8e6bd488e8fb9ff191b0c8e2583001277", + "url": "https://github.com/vmware/govmomi/releases/download/v0.24.0/govc_windows_amd64.exe.zip", + "hash": "sha1:3fc6158dc18945464e725959f11e9ea98e32537e", "bin": [ [ "govc_windows_amd64.exe", "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", @@ -30,9 +20,6 @@ "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": {