diff --git a/bucket/doctl.json b/bucket/doctl.json index 4ab5dc5671..96069a48dc 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.32.3", + "version": "1.33.0", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.32.3/doctl-1.32.3-windows-amd64.zip", - "hash": "668f6d08c0dc6479f7720dc44b1820a24fa49eb87d87aa95d8094ac71e0b4f11" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.33.0/doctl-1.33.0-windows-amd64.zip", + "hash": "fc7494b74884abc6923c1d481e7af43d21f4ff10b1bca0a148ae262e70995eb0" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.32.3/doctl-1.32.3-windows-386.zip", - "hash": "725b62360a2943114fc2b1645e1ced6f526e438553a0e8cf4f3d02c614d8e62e" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.33.0/doctl-1.33.0-windows-386.zip", + "hash": "d16aea8e28c2575a382799dfd23c0a80e55ec5d21844db253b40696a4d5931b6" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",