drone: Update to version 1.5.0

This commit is contained in:
github-actions[bot] 2022-01-04 12:29:54 +00:00
parent 51e77d0f1d
commit e73fd2dcc7

View File

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