From df4974dcd5f314bf6c9e4ba9872a9acfa5a9acf8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 11 Jan 2019 23:00:25 +0000 Subject: [PATCH] drone: Update to version 1.0.5 --- drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.json b/drone.json index c4345e39a8..e39008d1e6 100644 --- a/drone.json +++ b/drone.json @@ -1,9 +1,9 @@ { "homepage": "https://drone.io/", - "version": "1.0.4", + "version": "1.0.5", "license": "Apache-2.0", - "url": "https://github.com/drone/drone-cli/releases/download/v1.0.4/drone_windows_amd64.tar.gz", - "hash": "8cd5a133627ef30287363dd87b0022ea6f6ebc9d739c17c75d041c27ff27461d", + "url": "https://github.com/drone/drone-cli/releases/download/v1.0.5/drone_windows_amd64.tar.gz", + "hash": "7abb35d5be61729d729cb4b173a3702317478863b0ef68ee26e82ed6ee6bda5d", "bin": "drone.exe", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "checkver": {