doctl: Update to version 1.23.0

This commit is contained in:
Richard Kuhnt 2019-07-22 20:00:20 +00:00
parent 421bef1902
commit f6fa5b4117

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/digitalocean/doctl", "homepage": "https://github.com/digitalocean/doctl",
"version": "1.22.0", "version": "1.23.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.22.0/doctl-1.22.0-windows-amd64.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.0/doctl-1.23.0-windows-amd64.zip",
"hash": "bfd27405bfd49fac57ac538df6423e73257ca1825cf6d5ec530314f1f845da11" "hash": "d94055f97d77d99062c3be1f57208b5e971f2fb0a4b99232e4f6816f437b0a39"
}, },
"32bit": { "32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.22.0/doctl-1.22.0-windows-386.zip", "url": "https://github.com/digitalocean/doctl/releases/download/v1.23.0/doctl-1.23.0-windows-386.zip",
"hash": "f3681e92575ff1667a2af6e23e9c6574e5fc0337c24520091a7981bba36024a1" "hash": "def539a66818702583dede7dc669c64e576c9b533fbca1a89007cf3fc5c6d0eb"
} }
}, },
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'", "pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",