mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
Add GNU datamash (#2824)
* Add GNU datamash GNU datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files * Update checkver url and regex * Fix typo
This commit is contained in:
parent
ec979e901a
commit
e8f26d23a1
32
datamash.json
Normal file
32
datamash.json
Normal file
@ -0,0 +1,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",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"homepage": "https://www.gnu.org/software/datamash/",
|
||||
"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/",
|
||||
"re": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user