From 51a8d698c3b8e04ef3420185ecb930aba002c2dc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 29 Jan 2020 21:01:50 +0000 Subject: [PATCH] drone: Update to version 1.2.1 --- bucket/drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/drone.json b/bucket/drone.json index c124199495..26eda9ad94 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,10 +1,10 @@ { "homepage": "https://drone.io/", "description": "A self-service Continuous Delivery platform for busy development teams.", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", - "url": "https://github.com/drone/drone-cli/releases/download/v1.2.0/drone_windows_amd64.tar.gz", - "hash": "966872eaefceb2f613a2641636420d5ccb271ab4c13a09a704cf848838797247", + "url": "https://github.com/drone/drone-cli/releases/download/v1.2.1/drone_windows_amd64.tar.gz", + "hash": "58621ce64bbbb060d4eccccc71061bb9671fef7d1980c74200aae12a669810cb", "bin": "drone.exe", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "checkver": {