mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.140.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.140.0/doctl-1.140.0-windows-amd64.zip",
|
|
"hash": "64920a5c5c0c864629871f607311cf162129a0bec607148d01d941dd88a8797f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.140.0/doctl-1.140.0-windows-386.zip",
|
|
"hash": "70f91f6236a0279d3765a4aaa82d2fb3c5c5bf0b487ddbf5443edfe0804f28b5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.140.0/doctl-1.140.0-windows-arm64.zip",
|
|
"hash": "60cac7ef468fe9b9caa4b03bbb02690b726041c84742af5fa9441ecaf4bbe185"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|