From eaae25ae4566850c7b6b29b7e5658ab2bb5ce0c0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 10 Jan 2018 23:00:17 +0000 Subject: [PATCH] Update drone to version 0.8.1 --- drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.json b/drone.json index a7107d7717..3a9c3893b7 100644 --- a/drone.json +++ b/drone.json @@ -1,9 +1,9 @@ { "homepage": "https://drone.io/", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache License 2.0", - "url": "https://github.com/drone/drone-cli/releases/download/v0.8.0/drone_windows_amd64.tar.gz", - "hash": "5528169039200fc82ce5d5ac69be9218e8102703b4a9bdab3a1c52d0c34bbc59", + "url": "https://github.com/drone/drone-cli/releases/download/v0.8.1/drone_windows_amd64.tar.gz", + "hash": "3c832313c1100db1ed04d90f37ecdadb16f3f07a1f0d28e1a01ec5cbd3b5154e", "bin": "drone.exe", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "checkver": {