2022-12-12 20:25:49 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.90.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.90.0/doctl-1.90.0-windows-amd64.zip",
"hash": "911692987612ae500344fe8b62bc871e6cb76a7975563e4b070ccf96e870f075"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.90.0/doctl-1.90.0-windows-386.zip",
"hash": "6b05cddde7c2a276020f9771f31ce74b8ba986c462b02668e298544e9301c3b0"
}
},
"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"
}
}
}