-
Notifications
You must be signed in to change notification settings - Fork 11
/
CSVsort.json
34 lines (34 loc) · 1.05 KB
/
CSVsort.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
{
"homepage": "https://www.horstmuc.de/wbat32.htm#csvsort",
"description": "Deletes or moves files with a mimimum age given by the number of days.",
"license": "freeware",
"version": "1.23",
"architecture": {
"64bit": {
"url": "https://www.horstmuc.de/win64/csvsort64.zip",
"hash": "8acaef8e2b5f0383e80192c1194f25730bbb38015921de6158c8172a527c8f2a"
},
"32bit": {
"url": "https://www.horstmuc.de/win/csvsort.zip",
"hash": "0704b667ea255869b3e3f9241a3732a85197d89f92eb4c96cb8c5279db5128f4"
}
},
"bin": [
"CSVsort.exe",
"CSVsortU.exe"
],
"checkver": {
"url": "https://www.horstmuc.de/wbat32.htm",
"regex": "<FONT color=\"maroon\">CSVsort ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.horstmuc.de/win64/csvsort64.zip"
},
"32bit": {
"url": "https://www.horstmuc.de/win/csvsort.zip"
}
}
}
}