mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|