mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 22:55:13 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/digitalocean/doctl",
|
|
"version": "1.29.1",
|
|
"license": "Apache-2.0",
|
|
"description": "A command line tool for DigitalOcean services",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.29.1/doctl-1.29.1-windows-amd64.zip",
|
|
"hash": "608c8e820acd928dd76b96dd4490533d9ac4146d0ee05acc034592ef504bc576"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.29.1/doctl-1.29.1-windows-386.zip",
|
|
"hash": "c738054cd967db40d6e0a5dcb7893804621456e1400f6dfe82639ca48f8b61ac"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/doctl-$version-checksums.sha256"
|
|
}
|
|
}
|
|
}
|