From 344900546b29b749f8c7c1eb87683a82806754f4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 13 Sep 2019 19:00:19 +0000 Subject: [PATCH] doctl: Update to version 1.31.0 --- bucket/doctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/doctl.json b/bucket/doctl.json index 73edcac198..3e1f084bfe 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.30.0", + "version": "1.31.0", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.30.0/doctl-1.30.0-windows-amd64.zip", - "hash": "da8f5facef91806e1fa843d48aa71e70f60e806c82b1cb08a6a5a57ced7ac919" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.31.0/doctl-1.31.0-windows-amd64.zip", + "hash": "f746970f24e6296527d24e760a0e3f835b4a7de434a37220abf063f3384e3b03" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.30.0/doctl-1.30.0-windows-386.zip", - "hash": "aa5237a32b50f03b7e93fac34fe3d5daf3e865b9f712e0c2b13625651f4a9e77" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.31.0/doctl-1.31.0-windows-386.zip", + "hash": "c752c8e596e7342cc44de8b13ab898389c319c864eca3d02c5377654e053a3b6" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",