From d01aaaa911c579fb934b5da88bc204571b423bf3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 20 Aug 2021 12:01:13 +0000 Subject: [PATCH] drone: Update to version 1.3.1 --- bucket/drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/drone.json b/bucket/drone.json index 0773747aae..778fe003ba 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,12 +1,12 @@ { - "version": "1.3.0", + "version": "1.3.1", "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.3.0/drone_windows_amd64.tar.gz", - "hash": "26ac7f26bc3f515a9c7291bbfb0ba7f844225f160b255cdaa02170a393fb3e7a" + "url": "https://github.com/drone/drone-cli/releases/download/v1.3.1/drone_windows_amd64.tar.gz", + "hash": "a61d19ce17a142698395d5f28e016ded52ed52760e317e0647946ebf32360917" } }, "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",