diff --git a/bucket/doctl.json b/bucket/doctl.json index f79a148665..3122e48f1b 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.26.3", + "version": "1.27.0", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-amd64.zip", - "hash": "76dd87a0715c8f9868510d023116c07dfbacd64c93df38c7a6a2adff4b13f5a7" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-amd64.zip", + "hash": "515111c253048be88cee8f3536678c60a1b6ac15d8f631ca9df8688da0c2dd33" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-386.zip", - "hash": "c0d9593449bc9d91450b57a69e47601129c3d83a5605a23b5adb81d43f678ee3" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-386.zip", + "hash": "105f33637ef7ce3b2f44929642831d1a558d1610fbda976a5b92101599922cf8" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",