h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

20 lines
771 B
JSON

{
"homepage": "https://drone.io/",
"version": "1.1.0",
"license": "Apache-2.0",
"url": "https://github.com/drone/drone-cli/releases/download/v1.1.0/drone_windows_amd64.tar.gz",
"hash": "014f1e1c709cdca6d4746d0c3f0d26cdd0951595fe87b4f43c78c6f008a9f0fa",
"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)"
}
}
}