mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.116.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.116.0/doctl-1.116.0-windows-amd64.zip",
|
|
"hash": "cbe6b8c2912ad764b3f890cdfa9e5c0ecffcba44d85f4430fe42fa37ea94f2e5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.116.0/doctl-1.116.0-windows-386.zip",
|
|
"hash": "e5dded048c7ac2eb5dc02092a18087b2b094c54722888dbbd3f2f584d8b5222f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.116.0/doctl-1.116.0-windows-arm64.zip",
|
|
"hash": "a3d14c1cf2573bfb4bf0bea14202994daf051dfd9683a63409cbf0114a4d5625"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|