From 6788cf12b61801e197ab9f000a81e955520e2127 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 11 Apr 2019 03:01:18 +0000 Subject: [PATCH] drone: Update to version 1.0.8 --- drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.json b/drone.json index f98ca11f48..d9c7d82ffd 100644 --- a/drone.json +++ b/drone.json @@ -1,9 +1,9 @@ { "homepage": "https://drone.io/", - "version": "1.0.7", + "version": "1.0.8", "license": "Apache-2.0", - "url": "https://github.com/drone/drone-cli/releases/download/v1.0.7/drone_windows_amd64.tar.gz", - "hash": "40545cb57b50efa9bce0e5e129ad66a624e4aacaa6edb8c8282a2e712f157375", + "url": "https://github.com/drone/drone-cli/releases/download/v1.0.8/drone_windows_amd64.tar.gz", + "hash": "79a3e7250bf48697b49109d2e67aa3b319d25f0a29f103d7cd47716b1a0085ff", "bin": "drone.exe", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "checkver": {