mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.82.2",
|
|
"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.82.2/doctl-1.82.2-windows-amd64.zip",
|
|
"hash": "1bb5ad9b5c5a249a2df9a3838f747649e67daadaf60b822ac2d41f668c59f7db"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.82.2/doctl-1.82.2-windows-386.zip",
|
|
"hash": "e4cf5d941fef65a2294cb9d34aa916f8402ffc5b44284a59abdf2ef801f53851"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/doctl-$version-checksums.sha256"
|
|
}
|
|
}
|
|
}
|