2023-08-22 16:27:35 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.98.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.98.1/doctl-1.98.1-windows-amd64.zip",
"hash": "dfdc060b9133dc226fb8db33bce87fffac3332ae6b36a042ae215fe71fd68fd1"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.98.1/doctl-1.98.1-windows-386.zip",
"hash": "3f775832ee1469588ccec0de97ac42cfb30f10efe930583e703a4cb4f7058220"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.98.1/doctl-1.98.1-windows-arm64.zip",
"hash": "cbf171204fcd5f16bac66727c8d93f4c2c9bb409872762f2bd9629471d2c3a08"
}
},
"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"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/doctl-$version-checksums.sha256"
}
}
}