doctl: Update to version 1.27.0

This commit is contained in:
Richard Kuhnt 2019-08-08 19:00:22 +00:00
parent bb592e6c4e
commit f612121229

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/digitalocean/doctl", "homepage": "https://github.com/digitalocean/doctl",
"version": "1.26.3", "version": "1.27.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services", "description": "A command line tool for DigitalOcean services",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-amd64.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-amd64.zip",
"hash": "76dd87a0715c8f9868510d023116c07dfbacd64c93df38c7a6a2adff4b13f5a7" "hash": "515111c253048be88cee8f3536678c60a1b6ac15d8f631ca9df8688da0c2dd33"
}, },
"32bit": { "32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-386.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-386.zip",
"hash": "c0d9593449bc9d91450b57a69e47601129c3d83a5605a23b5adb81d43f678ee3" "hash": "105f33637ef7ce3b2f44929642831d1a558d1610fbda976a5b92101599922cf8"
} }
}, },
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'", "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",