diff --git a/bucket/doctl.json b/bucket/doctl.json index a7ca88c6ea..dbfb47d89a 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.22.0", + "version": "1.23.0", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.22.0/doctl-1.22.0-windows-amd64.zip", - "hash": "bfd27405bfd49fac57ac538df6423e73257ca1825cf6d5ec530314f1f845da11" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.0/doctl-1.23.0-windows-amd64.zip", + "hash": "d94055f97d77d99062c3be1f57208b5e971f2fb0a4b99232e4f6816f437b0a39" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.22.0/doctl-1.22.0-windows-386.zip", - "hash": "f3681e92575ff1667a2af6e23e9c6574e5fc0337c24520091a7981bba36024a1" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.0/doctl-1.23.0-windows-386.zip", + "hash": "def539a66818702583dede7dc669c64e576c9b533fbca1a89007cf3fc5c6d0eb" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",