-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlwc.json
31 lines (31 loc) · 1.14 KB
/
lwc.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
{
"version": "0.4.5",
"description": "A live-updating version of the UNIX wc command.",
"homepage": "https://github.com/timdp/lwc",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/timdp/lwc/releases/download/v0.4.5/lwc-0.4.5-windows-amd64.tar.gz",
"hash": "0adaa5395692d25b90f3e25c942dcdc4f20005c5a77fb047a5e27112a5220f8a"
},
"32bit": {
"url": "https://github.com/timdp/lwc/releases/download/v0.4.5/lwc-0.4.5-windows-386.tar.gz",
"hash": "29a5067a2a51b2d674f02dbd4049ad47c6c5600ca09fa552d28944506a82da3a"
}
},
"bin": "lwc.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz"
}
},
"hash": {
"url": "$baseurl/lwc-checksums.txt"
}
}
}