-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlab.json
33 lines (33 loc) · 1.25 KB
/
lab.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
29
30
31
32
33
{
"version": "0.25.1",
"description": "An extension to command-line git that helps with everyday GitLab tasks.",
"homepage": "https://zaquestion.github.io/lab",
"license": "CC0-1.0",
"architecture": {
"64bit": {
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_amd64.zip",
"hash": "75daf8d98678c5544b20a1a544ae77506d2f5bd011e7094f251d69bdf3262994"
},
"arm64": {
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_arm64.zip",
"hash": "15715fb650e16aee10a0a2849aec4a96f33a4a2808df562aad28b3fc630c85f6"
}
},
"bin": "lab.exe",
"checkver": {
"github": "https://github.com/zaquestion/lab"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/lab_$version_checksums.txt"
}
}
}