mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-01 14:54:40 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.151.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.151.0/doctl-1.151.0-windows-amd64.zip",
|
|
"hash": "a658ea719e00aaad30d75b6a2921b7f93ef163e172a05463cebe86703f34926c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.151.0/doctl-1.151.0-windows-386.zip",
|
|
"hash": "18e7190c3083f81696a83646f1dcf29bed666bc3179cdb94a156f5f8124da2b3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.151.0/doctl-1.151.0-windows-arm64.zip",
|
|
"hash": "474eaec153f411cd5ba2c58bf09c2daf5e90d88bfd66ba0cfea33a1678a586f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|