mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.128.0",
|
|
"description": "A command line tool for DigitalOcean services",
|
|
"homepage": "https://github.com/digitalocean/doctl",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.128.0/doctl-1.128.0-windows-amd64.zip",
|
|
"hash": "da268bc6ac2aff581aebd5429f2dcecf438d9120bee1d917e088fd500be95c52"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.128.0/doctl-1.128.0-windows-386.zip",
|
|
"hash": "ef7fca4379d37d7ddd39a06ad7ba6f44285404c23b4fa5aae7060d6061ba4437"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.128.0/doctl-1.128.0-windows-arm64.zip",
|
|
"hash": "dabeb21b86e0355b13763904279af84c87fc2d52e992e22cfcff06a5688a892c"
|
|
}
|
|
},
|
|
"bin": "doctl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/doctl-$version-checksums.sha256"
|
|
}
|
|
}
|
|
}
|