2020-02-04 18:01:54 +00:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.38.0",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.38.0/doctl-1.38.0-windows-amd64.zip",
"hash": "6a72938d3b33e7cc2782c73368c1251977117fc264408c0e7cc7dc2a26d26751"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.38.0/doctl-1.38.0-windows-386.zip",
"hash": "5b577b2ac2fa8ff7315a5c7de309da3e13b2814271398f64fbb2a663e80665a0"
}
},
"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"
}
}
}