-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathxsv.json
28 lines (28 loc) · 1.11 KB
/
xsv.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": "0.13.0",
"description": "A fast CSV command line toolkit written in Rust",
"homepage": "https://github.com/BurntSushi/xsv",
"license": "Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-x86_64-pc-windows-msvc.zip",
"hash": "3e319c08456031a9683c19c998ac9f61756a2e456413db17c8e6819b17818a1a"
},
"32bit": {
"url": "https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-i686-pc-windows-msvc.zip",
"hash": "c11ac9e996e54f9ef070e815c1cc95f744ecae217d815e310dee6ab3afee1ee4"
}
},
"bin": "xsv.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/xsv/releases/download/$version/xsv-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/BurntSushi/xsv/releases/download/$version/xsv-$version-i686-pc-windows-msvc.zip"
}
}
}
}