drone: Update to version 1.6.2

This commit is contained in:
github-actions[bot] 2022-11-24 12:31:50 +00:00
parent a9e99dd18a
commit 5688663592

View File

@ -1,12 +1,12 @@
{ {
"version": "1.6.1", "version": "1.6.2",
"description": "A self-service Continuous Delivery platform for busy development teams.", "description": "A self-service Continuous Delivery platform for busy development teams.",
"homepage": "https://drone.io/", "homepage": "https://drone.io/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/drone/drone-cli/releases/download/v1.6.1/drone_windows_amd64.tar.gz", "url": "https://github.com/drone/drone-cli/releases/download/v1.6.2/drone_windows_amd64.tar.gz",
"hash": "e6c0fedd8f77ff0cd2d0fdc2bd75bc7ff20a98a99593d705012bb50d41276478" "hash": "c69e3f95eecd2b68213f4ee09c26a8e0f33378bae7ce0d88799a83bde30773b7"
} }
}, },
"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\" }",