h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

32 lines
1.2 KiB
JSON

{
"description": "A command line tool for Digital Ocean services",
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.15.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.15.0/doctl-1.15.0-windows-4.0-amd64.zip",
"hash": "cc65d1dafb3c63285836b0d63eff754f0637ac9e4531d2fd259676bcb5e4fb3d"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.15.0/doctl-1.15.0-windows-4.0-386.zip",
"hash": "644a4dd8d097dde3efb065948311e49f42c1c0f384af4c182ff1d8c247ac90a7"
}
},
"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"
}
}
}