Update drone to version 0.8.3

This commit is contained in:
Richard Kuhnt 2018-02-20 17:00:28 +00:00
parent 0bd65dbdcd
commit 393de6854f

View File

@ -1,9 +1,9 @@
{ {
"homepage": "https://drone.io/", "homepage": "https://drone.io/",
"version": "0.8.2", "version": "0.8.3",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"url": "https://github.com/drone/drone-cli/releases/download/v0.8.2/drone_windows_amd64.tar.gz", "url": "https://github.com/drone/drone-cli/releases/download/v0.8.3/drone_windows_amd64.tar.gz",
"hash": "f60c94be989dc51608531af85372d758b35cab90cb3f18faf171a590d697a060", "hash": "b7e0b8387aa3864e1455815d793a19545e38e8aa7f9a46f6f08edd6f9d6ef44e",
"bin": "drone.exe", "bin": "drone.exe",
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",
"checkver": { "checkver": {