2019-05-31 22:02:08 +00:00

32 lines
1.2 KiB
JSON

{
"description": "A command line tool for Digital Ocean services",
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.19.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.19.0/doctl-1.19.0-windows-4.0-amd64.zip",
"hash": "9fe68f9bc76ed72212415f4dddd225223552c2924bb526f2b8f976383084af64"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.19.0/doctl-1.19.0-windows-4.0-386.zip",
"hash": "3ca15b25f5d047621047455a5af7f4030613689dadb32c8b85a4b72e283f52a9"
}
},
"bin": "doctl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-4.0-amd64.zip"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-4.0-386.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}