Update drone to version 0.8.6

This commit is contained in:
Richard Kuhnt 2018-05-15 18:00:21 +00:00
parent b8f3d66f9d
commit 671bb1bc69

View File

@ -1,9 +1,9 @@
{ {
"homepage": "https://drone.io/", "homepage": "https://drone.io/",
"version": "0.8.5", "version": "0.8.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/drone/drone-cli/releases/download/v0.8.5/drone_windows_amd64.tar.gz", "url": "https://github.com/drone/drone-cli/releases/download/v0.8.6/drone_windows_amd64.tar.gz",
"hash": "98bc8907bd14e36ef251d2fc6117d233f62e6e7d25e5511be98bbba228bf3e86", "hash": "e584ccbd14e5caf14e8a7d363e8063396c178200c79296cd6624a7f1af25c668",
"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": {