2019-07-17 09:23:53 +08:00

37 lines
1.4 KiB
JSON

{
"description": "A command line tool for Digital Ocean services",
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.21.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.21.1/doctl-1.21.1-windows-amd64.zip",
"hash": "75677aaf23980dd740d74f9a9b7cbf1fb043a1d53787b0460955e8b92c37faef"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.21.1/doctl-1.21.1-windows-386.zip",
"hash": "7265703d9fa249ae0e478437d00b3f2fd8deb498afb29425ba323e194a6dbab6"
}
},
"bin": "doctl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-amd64.zip",
"hash": {
"url": "$baseurl/doctl-$version-windows-amd64.sha256",
"regex": "$sha256"
}
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip",
"hash": {
"url": "$baseurl/doctl-$version-windows-386.sha256",
"regex": "$sha256"
}
}
}
}
}