-
Notifications
You must be signed in to change notification settings - Fork 1
/
csvi.json
28 lines (28 loc) · 1.05 KB
/
csvi.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.12.0",
"description": "Terminal CSV Editor",
"homepage": "https://github.com/hymkor/csvi",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/csvi/releases/download/v1.12.0/csvi-v1.12.0-windows-386.zip",
"hash": "d2e51700944015d6d6f49892dfd755b0cc5bc87d2061c99b0360b14d90cf5839"
},
"64bit": {
"url": "https://github.com/hymkor/csvi/releases/download/v1.12.0/csvi-v1.12.0-windows-amd64.zip",
"hash": "5e09a3c0953163dd832c5c06950ed6e2a97d3da572fb44054bc0231a4b702e07"
}
},
"bin": "csvi.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/csvi/releases/download/v$version/csvi-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/csvi/releases/download/v$version/csvi-v$version-windows-amd64.zip"
}
}
}
}