2019-09-13 23:00:16 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/digitalocean/doctl",
"version": "1.31.2",
"license": "Apache-2.0",
"description": "A command line tool for DigitalOcean services",
"architecture": {
"64bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.31.2/doctl-1.31.2-windows-amd64.zip",
"hash": "29fd49c523b620ec85b32249657921d82e3c657d1bc1b3291e3dbd8e620caebb"
},
"32bit": {
"url": "https://github.com/digitalocean/doctl/releases/download/v1.31.2/doctl-1.31.2-windows-386.zip",
"hash": "0aadafd5380641937a5817917c0f118cbcbaec0a11e592f35620ec58e7cc86c9"
}
},
"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"
}
}
}