diff --git a/bucket/drone.json b/bucket/drone.json index 778fe003ba..47867c0b0a 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,12 +1,12 @@ { - "version": "1.3.1", + "version": "1.3.2", "description": "A self-service Continuous Delivery platform for busy development teams.", "homepage": "https://drone.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/drone/drone-cli/releases/download/v1.3.1/drone_windows_amd64.tar.gz", - "hash": "a61d19ce17a142698395d5f28e016ded52ed52760e317e0647946ebf32360917" + "url": "https://github.com/drone/drone-cli/releases/download/v1.3.2/drone_windows_amd64.tar.gz", + "hash": "c7f6560a53ec18caa3e5746a504c2f6e843609f63d19704b30fdebe63fb61196" } }, "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",