-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlsd.json
35 lines (35 loc) · 1.41 KB
/
lsd.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
34
35
{
"version": "1.1.5",
"description": "The next gen ls command",
"homepage": "https://github.com/lsd-rs/lsd",
"license": "Apache-2.0",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.5/lsd-v1.1.5-x86_64-pc-windows-msvc.zip",
"hash": "0260b74376ced7a699a9e86eec1b5aa4cf1ad739c30829e0b53fc1be4adeaba1",
"extract_dir": "lsd-v1.1.5-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.5/lsd-v1.1.5-i686-pc-windows-msvc.zip",
"hash": "2ddfc138df2cc33b9dff7351377ada6eb422f12f619cb5495406a9e2f7c1223c",
"extract_dir": "lsd-v1.1.5-i686-pc-windows-msvc"
}
},
"bin": "lsd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lsd-rs/lsd/releases/download/v$version/lsd-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "lsd-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/lsd-rs/lsd/releases/download/v$version/lsd-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "lsd-v$version-i686-pc-windows-msvc"
}
}
}
}