drone: Update to version 1.3.2

This commit is contained in:
Richard Kuhnt 2021-08-25 17:00:35 +00:00
parent 5dbcb3e973
commit 57ceef2363

View File

@ -1,12 +1,12 @@
{ {
"version": "1.3.1", "version": "1.3.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.3.1/drone_windows_amd64.tar.gz", "url": "https://github.com/drone/drone-cli/releases/download/v1.3.2/drone_windows_amd64.tar.gz",
"hash": "a61d19ce17a142698395d5f28e016ded52ed52760e317e0647946ebf32360917" "hash": "c7f6560a53ec18caa3e5746a504c2f6e843609f63d19704b30fdebe63fb61196"
} }
}, },
"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\" }",