2024-10-05 16:29:12 +00:00

38 lines
1.5 KiB
JSON

{
"version": "6.13.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.13.0/miller-6.13.0-windows-amd64.zip",
"hash": "a712a31845369aed737519b22b233ce70e1451da2957e5a048c89693a97b39fc",
"extract_dir": "miller-6.13.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v6.13.0/miller-6.13.0-windows-386.zip",
"hash": "d530685b203d31dc115c4e768802d7d6bcb889cfa4dd7c1534dfa37d8b440d1b",
"extract_dir": "miller-6.13.0-windows-386"
}
},
"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",
"extract_dir": "miller-$version-windows-amd64"
},
"32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip",
"extract_dir": "miller-$version-windows-386"
}
},
"hash": {
"url": "$baseurl/miller-$version-checksums.txt"
}
}
}