doctl: Update to version 1.27.1

This commit is contained in:
Richard Kuhnt 2019-08-15 20:00:26 +00:00
parent b1797a0f26
commit 17bb41cade

View File

@ -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'",