2024-07-08 20:26:21 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.109.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.109.0/doctl-1.109.0-windows-amd64.zip",
"hash": "19a3a1a80d5ab48f3e5dad4e3e37e616d1d4ab3dbdf118d681afdcb5afbd63ed"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.109.0/doctl-1.109.0-windows-386.zip",
"hash": "892a686e005ec37bc841ee9dc452ee0b64daf83d6c267133b02f3e41a296f1ee"
},
"arm64": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.109.0/doctl-1.109.0-windows-arm64.zip",
"hash": "0f4233935c726de941307fbf7261960d25cdb17431530bd6c2ba5de4e21b5943"
}
},
"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"
}
}
}