doctl: Update to version 1.30.0

This commit is contained in:
Richard Kuhnt 2019-09-04 01:00:18 +00:00
parent 90c75d792f
commit 940ebe0a5c

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/digitalocean/doctl", "homepage": "https://github.com/digitalocean/doctl",
"version": "1.29.2", "version": "1.30.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.29.2/doctl-1.29.2-windows-amd64.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.30.0/doctl-1.30.0-windows-amd64.zip",
"hash": "092bab38e0a0d70f11c40792e0c8cd85eb5bdcc432e1bc7c43ff6926e512bea7" "hash": "da8f5facef91806e1fa843d48aa71e70f60e806c82b1cb08a6a5a57ced7ac919"
}, },
"32bit": { "32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.29.2/doctl-1.29.2-windows-386.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.30.0/doctl-1.30.0-windows-386.zip",
"hash": "e93328e4ecb56cfb12e12d3c028a1a37ce4b3208959a03a88390b93b47b9e2d8" "hash": "aa5237a32b50f03b7e93fac34fe3d5daf3e865b9f712e0c2b13625651f4a9e77"
} }
}, },
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'", "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",