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.26.3",
|
|
"license": "Apache-2.0",
|
|
"description": "A command line tool for DigitalOcean services",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-amd64.zip",
|
|
"hash": "76dd87a0715c8f9868510d023116c07dfbacd64c93df38c7a6a2adff4b13f5a7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.26.3/doctl-1.26.3-windows-386.zip",
|
|
"hash": "c0d9593449bc9d91450b57a69e47601129c3d83a5605a23b5adb81d43f678ee3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|