2019-10-02 18:00:17 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.32.3",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.32.3/doctl-1.32.3-windows-amd64.zip",
"hash": "668f6d08c0dc6479f7720dc44b1820a24fa49eb87d87aa95d8094ac71e0b4f11"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.32.3/doctl-1.32.3-windows-386.zip",
"hash": "725b62360a2943114fc2b1645e1ced6f526e438553a0e8cf4f3d02c614d8e62e"
}
},
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",
"bin": "doctl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip"
}
},
"hash": {
"url": "$baseurl/doctl-$version-checksums.sha256"
}
}
}