diff --git a/bucket/drone.json b/bucket/drone.json index 47867c0b0a..d4d3fa9a00 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,12 +1,12 @@ { - "version": "1.3.2", + "version": "1.3.3", "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.2/drone_windows_amd64.tar.gz", - "hash": "c7f6560a53ec18caa3e5746a504c2f6e843609f63d19704b30fdebe63fb61196" + "url": "https://github.com/drone/drone-cli/releases/download/v1.3.3/drone_windows_amd64.tar.gz", + "hash": "01b602b6a8c3cb76a594a7cf3f74375ca03381a9356ebc3de8affe63afcddaea" } }, "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",