drone: Update to version 1.8.0

This commit is contained in:
github-actions[bot] 2024-01-23 16:28:12 +00:00
parent e856449ab5
commit 0fb1a94d67

View File

@ -1,12 +1,12 @@
{
"version": "1.7.0",
"version": "1.8.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.7.0/drone_windows_amd64.tar.gz",
"hash": "6e01e35560a64f713bd6ff039ba3b1f90c316e581099f9f6651ef3082e0b5546"
"url": "https://github.com/drone/drone-cli/releases/download/v1.8.0/drone_windows_amd64.tar.gz",
"hash": "bce555071f2f1951f0451d9766ff10dc3652029fcf372ff1efa330cc7153c3e7"
}
},
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",