2020-04-24 11:17:48 +02:00

32 lines
1.2 KiB
JSON

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