2020-01-29 21:01:50 +00:00

21 lines
865 B
JSON

{
"homepage": "https://drone.io/",
"description": "A self-service Continuous Delivery platform for busy development teams.",
"version": "1.2.1",
"license": "Apache-2.0",
"url": "https://github.com/drone/drone-cli/releases/download/v1.2.1/drone_windows_amd64.tar.gz",
"hash": "58621ce64bbbb060d4eccccc71061bb9671fef7d1980c74200aae12a669810cb",
"bin": "drone.exe",
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",
"checkver": {
"github": "https://github.com/drone/drone-cli"
},
"autoupdate": {
"url": "https://github.com/drone/drone-cli/releases/download/v$version/drone_windows_amd64.tar.gz",
"hash": {
"url": "$baseurl/drone_checksums.txt",
"find": "([a-fA-F0-9]+)\\s+(?:\\./|\\*)?(?:release/$basename)"
}
}
}