drone: Update to version 1.4.0

This commit is contained in:
Richard Kuhnt 2021-09-08 11:00:36 +00:00
parent 8b9e515f4f
commit 364bbdf7b0

View File

@ -1,12 +1,12 @@
{
"version": "1.3.3",
"version": "1.4.0",
"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.3/drone_windows_amd64.tar.gz",
"hash": "01b602b6a8c3cb76a594a7cf3f74375ca03381a9356ebc3de8affe63afcddaea"
"url": "https://github.com/drone/drone-cli/releases/download/v1.4.0/drone_windows_amd64.tar.gz",
"hash": "85e6738ee5ba43b3bdc4ce956a1ded55257383976f34e536f43ba1c15e2309a5"
}
},
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",