mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"description": "A command line tool for Digital Ocean services",
|
|
"homepage": "https://github.com/digitalocean/doctl",
|
|
"version": "1.16.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.16.0/doctl-1.16.0-windows-4.0-amd64.zip",
|
|
"hash": "306d91ce07adcff264c0ddc277446ebba22b5e8d927a4a3ab10c507d13f57a66"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.16.0/doctl-1.16.0-windows-4.0-386.zip",
|
|
"hash": "9839db5e4c25c2501a775bf363fbfc3a664ac6dda7c4c206d8ed27ef8436da79"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|