{ "homepage": "https://drone.io/", "version": "0.8.6", "license": "Apache-2.0", "url": "https://github.com/drone/drone-cli/releases/download/v0.8.6/drone_windows_amd64.tar.gz", "hash": "e584ccbd14e5caf14e8a7d363e8063396c178200c79296cd6624a7f1af25c668", "bin": "drone.exe", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "checkver": { "github": "https://github.com/drone/drone-cli" }, "autoupdate": { "url": "https://github.com/drone/drone-cli/releases/download/v$version/drone_windows_amd64.tar.gz", "hash": { "url": "$baseurl/drone_checksums.txt", "find": "([a-fA-F0-9]+)\\s+(?:\\./|\\*)?(?:release/$basename)" } } }