2023-05-16 16:28:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.95.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.95.0/doctl-1.95.0-windows-amd64.zip",
"hash": "39fc3ac42e841d10f723bb72947132f30b37bae1835ca397fc0bb947a3b32263"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.95.0/doctl-1.95.0-windows-386.zip",
"hash": "29dcdbfaffa4029e26bf2ea8d496c7b91025c57c4b67408fe6500cc355a32e28"
}
},
"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"
}
}
}