diff --git a/bucket/miller.json b/bucket/miller.json index 8b9420fa81..c95fe297a8 100644 --- a/bucket/miller.json +++ b/bucket/miller.json @@ -1,18 +1,18 @@ { - "version": "6.9.0", + "version": "6.10.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.9.0/miller-6.9.0-windows-amd64.zip", - "hash": "b28cbb2517be4cbf57a3d3aa69a6e643157091561924e6c0382a62a03c89fb80", - "extract_dir": "miller-6.9.0-windows-amd64" + "url": "https://github.com/johnkerl/miller/releases/download/v6.10.0/miller-6.10.0-windows-amd64.zip", + "hash": "82f0204b3e54ab0d201caeb6b78186710bc03941373c55272082da473130685b", + "extract_dir": "miller-6.10.0-windows-amd64" }, "32bit": { - "url": "https://github.com/johnkerl/miller/releases/download/v6.9.0/miller-6.9.0-windows-386.zip", - "hash": "574bd27cc6f70548ff9ccf7fcb0041e28bc5d5f9458cbc3662b209785902b3db", - "extract_dir": "miller-6.9.0-windows-386" + "url": "https://github.com/johnkerl/miller/releases/download/v6.10.0/miller-6.10.0-windows-386.zip", + "hash": "e5e7121c6962e0a9678f539d3c77b505d7ce4497721ead4ef4b2b54010575d00", + "extract_dir": "miller-6.10.0-windows-386" } }, "bin": "mlr.exe",