From 7414ac7b3c4a4536351a3c0afb972fea995fb4dc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 22 Jul 2019 21:00:27 +0000 Subject: [PATCH] doctl: Update to version 1.23.1 --- bucket/doctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/doctl.json b/bucket/doctl.json index dbfb47d89a..03708504cf 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.23.0", + "version": "1.23.1", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.0/doctl-1.23.0-windows-amd64.zip", - "hash": "d94055f97d77d99062c3be1f57208b5e971f2fb0a4b99232e4f6816f437b0a39" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-amd64.zip", + "hash": "9f68fd104c2a4ad35cdc38f7f66448fcc2f1be124f8e64b69f194a29857e17e1" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.0/doctl-1.23.0-windows-386.zip", - "hash": "def539a66818702583dede7dc669c64e576c9b533fbca1a89007cf3fc5c6d0eb" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-386.zip", + "hash": "77edfbd273fed44f63657f755b5f6f9ad1f0482f47286f65e9567aab9bd68349" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",