mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.58.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.58.0/doctl-1.58.0-windows-amd64.zip",
|
|
"hash": "0cb0391f2ca1d0182907bfc3bca10c7c4d7912d36ce561c627e3b614c688b657"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.58.0/doctl-1.58.0-windows-386.zip",
|
|
"hash": "efb93f60d53c345952ef028b0782fb18e6c19c1792ba1ddf70f664794e9db01d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|