2024-04-01 17:08:29 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.105.0",
"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.105.0/doctl-1.105.0-windows-amd64.zip",
"hash": "829b4a24ed2a4a6f4c4e55852647255230b22a41deef60f2ef7f613d90d5492f"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.105.0/doctl-1.105.0-windows-386.zip",
"hash": "b145762fa2a3fa23b28b52e107c6d6e97e2229624c09c5224b28aaddec43ca87"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.105.0/doctl-1.105.0-windows-arm64.zip",
"hash": "004ff3242ee80d0edf1535eaa0d38dd26a2a87dba1d9374767859964d821e88c"
}
},
"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"
}
}
}