mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/digitalocean/doctl",
|
|
"version": "1.23.1",
|
|
"license": "Apache-2.0",
|
|
"description": "A command line tool for DigitalOcean services",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-amd64.zip",
|
|
"hash": "9f68fd104c2a4ad35cdc38f7f66448fcc2f1be124f8e64b69f194a29857e17e1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/digitalocean/doctl/releases/download/v1.23.1/doctl-1.23.1-windows-386.zip",
|
|
"hash": "77edfbd273fed44f63657f755b5f6f9ad1f0482f47286f65e9567aab9bd68349"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|