miller: Update to version 6.3.0

This commit is contained in:
github-actions[bot] 2022-07-07 20:27:57 +00:00
parent 47fe26a3f9
commit aa69af42d2

View File

@ -1,18 +1,18 @@
{
"version": "6.2.0",
"version": "6.3.0",
"description": "Like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.",
"homepage": "https://miller.readthedocs.io",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-amd64.zip",
"hash": "0a9c5207d15c183d57eeb66bf429bae6a83041f7faa55825477bfeae50c77c94",
"extract_dir": "miller-6.2.0-windows-amd64"
"url": "https://github.com/johnkerl/miller/releases/download/v6.3.0/miller-6.3.0-windows-amd64.zip",
"hash": "80a84041d9bf12da2605c4dd63cdcfe8672b42e89cb0677cd9df4ae306c44095",
"extract_dir": "miller-6.3.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-386.zip",
"hash": "e83850c11286832c6f3acba6bb2f863cc3bb0a8551f17eb1989d9d37d82876d1",
"extract_dir": "miller-6.2.0-windows-386"
"url": "https://github.com/johnkerl/miller/releases/download/v6.3.0/miller-6.3.0-windows-386.zip",
"hash": "8a135ab1fe5b9c56878914811252e0807545c514bb31b824632aeae24dd1b729",
"extract_dir": "miller-6.3.0-windows-386"
}
},
"bin": "mlr.exe",