drone: Update to version 1.3.0

This commit is contained in:
Richard Kuhnt 2021-06-22 19:00:17 +00:00
parent fd445356ed
commit 6a6f67a5b4

View File

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