doctl: Update to version 1.26.0

This commit is contained in:
Richard Kuhnt 2019-08-02 11:04:43 +00:00
parent 23abdac928
commit b5a94ea156

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/digitalocean/doctl", "homepage": "https://github.com/digitalocean/doctl",
"version": "1.23.1", "version": "1.26.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.23.1/doctl-1.23.1-windows-amd64.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.0/doctl-1.26.0-windows-amd64.zip",
"hash": "9f68fd104c2a4ad35cdc38f7f66448fcc2f1be124f8e64b69f194a29857e17e1" "hash": "b69e478e311ab9947e599452c9f55fc3633fc6eaea0048b64a84790d6a6165a0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-386.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.26.0/doctl-1.26.0-windows-386.zip",
"hash": "77edfbd273fed44f63657f755b5f6f9ad1f0482f47286f65e9567aab9bd68349" "hash": "d7a7756c575e6f31e7e141888ddb5d8b77022891dff37cdbb66f892755c65006"
} }
}, },
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'", "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",