From fc3db5bd327a3e44802e5011a889a9e963c8c511 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:33:34 +0000 Subject: [PATCH] miller: Update to version 6.12.0 --- bucket/miller.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/miller.json b/bucket/miller.json index b62cdeb6f9..2f4225d055 100644 --- a/bucket/miller.json +++ b/bucket/miller.json @@ -1,18 +1,18 @@ { - "version": "6.11.0", + "version": "6.12.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.11.0/miller-6.11.0-windows-amd64.zip", - "hash": "ac261b3bb6444780f06406814e687d9072c26c2b72dd924cfb8a68f609add2a8", - "extract_dir": "miller-6.11.0-windows-amd64" + "url": "https://github.com/johnkerl/miller/releases/download/v6.12.0/miller-6.12.0-windows-amd64.zip", + "hash": "52c755e01e5c25b1f5505c49b0604e259cddf14f68784aa779cb276b33948b49", + "extract_dir": "miller-6.12.0-windows-amd64" }, "32bit": { - "url": "https://github.com/johnkerl/miller/releases/download/v6.11.0/miller-6.11.0-windows-386.zip", - "hash": "cba4a2da0dce1087c92a4caefe76986580139683e45fd3b64ef8103bf35c31cc", - "extract_dir": "miller-6.11.0-windows-386" + "url": "https://github.com/johnkerl/miller/releases/download/v6.12.0/miller-6.12.0-windows-386.zip", + "hash": "d2f5be120095d9e077aea206e2158255c5f882487eaf0c9e72e47e35708c5236", + "extract_dir": "miller-6.12.0-windows-386" } }, "bin": "mlr.exe",