From 17bb41cade5fb316d369d35db54e3efa5e98759f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 15 Aug 2019 20:00:26 +0000 Subject: [PATCH] doctl: Update to version 1.27.1 --- bucket/doctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/doctl.json b/bucket/doctl.json index 1b19545bb7..2fb95d412f 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/digitalocean/doctl", - "version": "1.27.0", + "version": "1.27.1", "license": "Apache-2.0", "description": "A command line tool for DigitalOcean services", "architecture": { "64bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-amd64.zip", - "hash": "515111c253048be88cee8f3536678c60a1b6ac15d8f631ca9df8688da0c2dd33" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.1/doctl-1.27.1-windows-amd64.zip", + "hash": "1d9716699721bbb08193f4af616ed0db5c325487a4715f9092589dd63d951c8f" }, "32bit": { - "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-386.zip", - "hash": "105f33637ef7ce3b2f44929642831d1a558d1610fbda976a5b92101599922cf8" + "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.1/doctl-1.27.1-windows-386.zip", + "hash": "3c42867628a394d88f456eb65b20a0f7dd9b75f5aa5441b2ab3d63da342c8b00" } }, "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",