govc: Update to version 0.25.0

This commit is contained in:
Jakub Čábera 2021-04-20 19:23:10 +02:00
parent 997d91ab41
commit d8dc5519f7

View File

@ -1,29 +1,24 @@
{ {
"version": "0.24.0", "version": "0.25.0",
"description": "A vSphere CLI built on top of govmomi.", "description": "A vSphere CLI built on top of govmomi",
"homepage": "https://github.com/vmware/govmomi", "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.24.0/govc_windows_amd64.exe.zip", "url": "https://github.com/vmware/govmomi/releases/download/v0.25.0/govc_Windows_x86_64.zip",
"hash": "sha1:3fc6158dc18945464e725959f11e9ea98e32537e", "hash": "87edc70c78773340c6f8f1613b624c8db83e619a3d52093e5161a165d9d755ae"
"bin": [
[
"govc_windows_amd64.exe",
"govc"
]
]
} }
}, },
"bin": "govc.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"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_x86_64.zip"
} }
}, },
"hash": { "hash": {
"url": "https://github.com/vmware/govmomi/releases/tag/v$version" "url": "$baseurl/checksums.txt"
} }
} }
} }