{ "homepage": "https://drone.io/", "version": "0.8.0", "license": "Apache License 2.0", "url": "https://github.com/drone/drone-cli/releases/download/v0.8.0/drone_windows_amd64.tar.gz", "hash": "5528169039200fc82ce5d5ac69be9218e8102703b4a9bdab3a1c52d0c34bbc59", "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)" } } }