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