drone: Update to version 1.2.4

This commit is contained in:
Jakub Čábera 2020-11-17 08:07:10 +01:00
parent dbfe27bb21
commit c1a1a9ad9d

View File

@ -1,12 +1,12 @@
{
"version": "1.2.2",
"version": "1.2.4",
"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.2.2/drone_windows_amd64.tar.gz",
"hash": "8ae9bb0b07ced2536cc8c8c0e236d1d8ae08b53387e1139a470e2cd37076a3ca"
"url": "https://github.com/drone/drone-cli/releases/download/v1.2.4/drone_windows_amd64.tar.gz",
"hash": "330bf00e1409d80760b0e90f6758442e66281ace3bd17ece8dddcb3aaa8c7965"
}
},
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",