doctl: Update to version 1.22.0

This commit is contained in:
Richard Kuhnt 2019-07-18 22:00:23 +00:00
parent 7c5e37aceb
commit 40a7691f92

View File

@ -1,16 +1,16 @@
{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.21.1",
"version": "1.22.0",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.21.1/doctl-1.21.1-windows-amd64.zip",
"hash": "a8ed685dda99d8c4c06e571e8d9b660475c912ac99488d069768ed7a8fb54790"
"url": "https://github.com/digitalocean/doctl/releases/download/v1.22.0/doctl-1.22.0-windows-amd64.zip",
"hash": "bfd27405bfd49fac57ac538df6423e73257ca1825cf6d5ec530314f1f845da11"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.21.1/doctl-1.21.1-windows-386.zip",
"hash": "5f45dbb7c30d7a6a11857012927930ff0097a1edd68c948c578342fd63f9037f"
"url": "https://github.com/digitalocean/doctl/releases/download/v1.22.0/doctl-1.22.0-windows-386.zip",
"hash": "f3681e92575ff1667a2af6e23e9c6574e5fc0337c24520091a7981bba36024a1"
}
},
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",