mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/digitalocean/doctl",
|
|
"version": "1.27.0",
|
|
"license": "Apache-2.0",
|
|
"description": "A command line tool for DigitalOcean services",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-amd64.zip",
|
|
"hash": "515111c253048be88cee8f3536678c60a1b6ac15d8f631ca9df8688da0c2dd33"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.27.0/doctl-1.27.0-windows-386.zip",
|
|
"hash": "105f33637ef7ce3b2f44929642831d1a558d1610fbda976a5b92101599922cf8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|