2024-10-25 20:28:18 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.117.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.117.0/doctl-1.117.0-windows-amd64.zip",
"hash": "bdd2842de624e30d99868c5a1cde6dd671242cb4147ddc46cfbdae0905c56981"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.117.0/doctl-1.117.0-windows-386.zip",
"hash": "a2c7b07abfcb9ea5216b267762779d66af8edda1ad39f6de9309d17f00c8d0bb"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.117.0/doctl-1.117.0-windows-arm64.zip",
"hash": "3b207e7f8367e5710f4e6e4e5c960a9607fd7e8b176da66ddcca8c0c6818da9e"
}
},
"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"
}
}
}