diff --git a/bucket/drone.json b/bucket/drone.json index d876b24fb5..433448d317 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,12 +1,12 @@ { - "version": "1.2.2", + "version": "1.2.4", "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.2.2/drone_windows_amd64.tar.gz", - "hash": "8ae9bb0b07ced2536cc8c8c0e236d1d8ae08b53387e1139a470e2cd37076a3ca" + "url": "https://github.com/drone/drone-cli/releases/download/v1.2.4/drone_windows_amd64.tar.gz", + "hash": "330bf00e1409d80760b0e90f6758442e66281ace3bd17ece8dddcb3aaa8c7965" } }, "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",