mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/digitalocean/doctl",
|
|
"version": "1.21.1",
|
|
"license": "Apache-2.0",
|
|
"description": "A command line tool for DigitalOcean services",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.21.1/doctl-1.21.1-windows-amd64.zip",
|
|
"hash": "a8ed685dda99d8c4c06e571e8d9b660475c912ac99488d069768ed7a8fb54790"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.21.1/doctl-1.21.1-windows-386.zip",
|
|
"hash": "5f45dbb7c30d7a6a11857012927930ff0097a1edd68c948c578342fd63f9037f"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\doctl\" 'doctl.exe'",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|