-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdatamash.json
32 lines (32 loc) · 1.45 KB
/
datamash.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
{
"version": "1.3",
"description": "GNU datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files",
"homepage": "https://www.gnu.org/software/datamash/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "http://download.savannah.gnu.org/releases/datamash/windows-binaries/datamash-1.3-no-locale-64bit.exe#/datamash.exe",
"hash": "4b85e619390b50898911c2c85234aa7306670541b56603d71bfc1e1969c918b8"
},
"32bit": {
"url": "http://download.savannah.gnu.org/releases/datamash/windows-binaries/datamash-1.3-no-locale-32bit.exe#/datamash.exe",
"hash": "ae6ed021819a4cc2481b4b517c25348df4f8ed15c24ba5ff5f2e7fc1b32b69dc"
}
},
"bin": "datamash.exe",
"checkver": {
"url": "http://download-mirror.savannah.gnu.org/releases/datamash/windows-binaries/",
"regex": "datamash-([\\d.]+)-no-locale",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://download.savannah.gnu.org/releases/datamash/windows-binaries/datamash-$version-no-locale-64bit.exe#/datamash.exe"
},
"32bit": {
"url": "http://download.savannah.gnu.org/releases/datamash/windows-binaries/datamash-$version-no-locale-32bit.exe#/datamash.exe"
}
}
}
}