diff --git a/datamash.json b/datamash.json new file mode 100644 index 0000000000..18d8854649 --- /dev/null +++ b/datamash.json @@ -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" + } + } + } +}