2020-04-12 09:15:46 +02:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.41.0",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.41.0/doctl-1.41.0-windows-amd64.zip",
"hash": "c5e958c1698bd4895b756fd1e7fd6b8c734a21161b623cb5645dc5c0affd0685"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.41.0/doctl-1.41.0-windows-386.zip",
"hash": "048a6a8170bc120cea4ff266e2db9507c449090d925b27cb74639d311e40dcd9"
}
},
"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"
}
}
}