mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.112.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.112.0/doctl-1.112.0-windows-amd64.zip",
|
|
"hash": "c88724c5a9a5101adce556397f0ea79e0d93f6fb1820c34c21e957a2fff62f5d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.112.0/doctl-1.112.0-windows-386.zip",
|
|
"hash": "a61f9f75da8969769bc9dfdf315533593fdb9d223beed4a0586aafdd07fe4e3f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.112.0/doctl-1.112.0-windows-arm64.zip",
|
|
"hash": "9b259d0b0da1e5e85183e2938b2ccb271bce478815399f27149f486b9962b244"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|