From 4ebc6be3d0ab7e1e1611fde258b452cfca12c43e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 5 Aug 2019 22:00:22 +0000 Subject: [PATCH] doctl: Update to version 1.26.3 --- bucket/doctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/doctl.json b/bucket/doctl.json index bb9128a1c4..f79a148665 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.26.2", + "version": "1.26.3", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.2/doctl-1.26.2-windows-amd64.zip", - "hash": "5d7706c265ecf121aa7eec190dd61715365102ea89d0a3b2510b3f8ea9fb170e" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-amd64.zip", + "hash": "76dd87a0715c8f9868510d023116c07dfbacd64c93df38c7a6a2adff4b13f5a7" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.2/doctl-1.26.2-windows-386.zip", - "hash": "f4090eb9b42ccd6fc72887abba8940e8598fcabca201cd09756f04221d97b2df" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-386.zip", + "hash": "c0d9593449bc9d91450b57a69e47601129c3d83a5605a23b5adb81d43f678ee3" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",