ScoopInstaller_Main/doctl.json
2019-04-09 19:00:35 +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.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"
}
}
}