mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
20 lines
771 B
JSON
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)"
|
|
}
|
|
}
|
|
}
|