mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.99.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.99.0/doctl-1.99.0-windows-amd64.zip",
|
|
"hash": "2391aa8b9dc4bd88f9ea185c2f8d86cf08925c8c923560694f8e0d3a85dac8b9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.99.0/doctl-1.99.0-windows-386.zip",
|
|
"hash": "029c8998f976a60dded0d0992c257090cb9720b879c805a9f7ae63f6f2a44988"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.99.0/doctl-1.99.0-windows-arm64.zip",
|
|
"hash": "e5d7d0918aac8bfce1745e7d8b9d7d21695bc72acf6ea81136b7004ceee46c2c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|