diff --git a/bucket/doctl.json b/bucket/doctl.json index 5bfffe3626..a7ca88c6ea 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -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'",