ScoopInstaller_Main/doctl.json
2019-01-17 18:00:34 +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.13.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.13.0/doctl-1.13.0-windows-4.0-amd64.zip",
"hash": "2c89d091cf4b3e13889b7b292cb9350ff05b378a3a1dbc0b40ecbc932f56a388"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.13.0/doctl-1.13.0-windows-4.0-386.zip",
"hash": "d3e4585ebada894237f855a6682219fb7a45c5df95bd54ef0a587e4dc59c531b"
}
},
"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"
}
}
}