From b5a94ea156ddf9251a6cf35214a971861dda027c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Aug 2019 11:04:43 +0000 Subject: [PATCH] doctl: Update to version 1.26.0 --- bucket/doctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/doctl.json b/bucket/doctl.json index 03708504cf..7c134ad155 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.23.1", + "version": "1.26.0", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-amd64.zip", - "hash": "9f68fd104c2a4ad35cdc38f7f66448fcc2f1be124f8e64b69f194a29857e17e1" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.0/doctl-1.26.0-windows-amd64.zip", + "hash": "b69e478e311ab9947e599452c9f55fc3633fc6eaea0048b64a84790d6a6165a0" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-386.zip", - "hash": "77edfbd273fed44f63657f755b5f6f9ad1f0482f47286f65e9567aab9bd68349" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.0/doctl-1.26.0-windows-386.zip", + "hash": "d7a7756c575e6f31e7e141888ddb5d8b77022891dff37cdbb66f892755c65006" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",