-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdrone.json
28 lines (28 loc) · 1.02 KB
/
drone.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "1.8.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.8.0/drone_windows_amd64.tar.gz",
"hash": "bce555071f2f1951f0451d9766ff10dc3652029fcf372ff1efa330cc7153c3e7"
}
},
"pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",
"bin": "drone.exe",
"checkver": {
"github": "https://github.com/drone/drone-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/drone/drone-cli/releases/download/v$version/drone_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/drone_checksums.txt",
"regex": "$sha256\\s+(?:\\./|\\*)?(?:release/$basename)"
}
}
}