drone: Update to version 1.3.1

This commit is contained in:
Richard Kuhnt 2021-08-20 12:01:13 +00:00
parent be8ab3bb05
commit d01aaaa911

View File

@ -1,12 +1,12 @@
{
"version": "1.3.0",
"version": "1.3.1",
"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.0/drone_windows_amd64.tar.gz",
"hash": "26ac7f26bc3f515a9c7291bbfb0ba7f844225f160b255cdaa02170a393fb3e7a"
"url": "https://github.com/drone/drone-cli/releases/download/v1.3.1/drone_windows_amd64.tar.gz",
"hash": "a61d19ce17a142698395d5f28e016ded52ed52760e317e0647946ebf32360917"
}
},
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",