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