2022-03-24 20:58:40 +05:30

34 lines
1.3 KiB
JSON

{
"version": "6.2.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"
},
"32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-386.zip",
"hash": "e83850c11286832c6f3acba6bb2f863cc3bb0a8551f17eb1989d9d37d82876d1"
}
},
"bin": "mlr.exe",
"checkver": {
"github": "https://github.com/johnkerl/miller"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip"
}
},
"hash": {
"url": "$baseurl/miller-$version-checksums.txt"
}
}
}