From 5688663592867ccde8a2f35ab4f13c42dcb2d68b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 12:31:50 +0000 Subject: [PATCH] drone: Update to version 1.6.2 --- bucket/drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/drone.json b/bucket/drone.json index 66f3330751..ef717dfda9 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,12 +1,12 @@ { - "version": "1.6.1", + "version": "1.6.2", "description": "A self-service Continuous Delivery platform for busy development teams.", "homepage": "https://drone.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/drone/drone-cli/releases/download/v1.6.1/drone_windows_amd64.tar.gz", - "hash": "e6c0fedd8f77ff0cd2d0fdc2bd75bc7ff20a98a99593d705012bb50d41276478" + "url": "https://github.com/drone/drone-cli/releases/download/v1.6.2/drone_windows_amd64.tar.gz", + "hash": "c69e3f95eecd2b68213f4ee09c26a8e0f33378bae7ce0d88799a83bde30773b7" } }, "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",