2021-01-09 08:27:00 +01:00

32 lines
1.2 KiB
JSON

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