From 2812916e3c2fd4cdce5b2d9ee61ddb7d4cceb89a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 00:42:13 +0000 Subject: [PATCH] miller: Update to version 6.15.0 --- bucket/miller.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/miller.json b/bucket/miller.json index f8ea14d477..49000f60f0 100644 --- a/bucket/miller.json +++ b/bucket/miller.json @@ -1,18 +1,18 @@ { - "version": "6.14.0", + "version": "6.15.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.14.0/miller-6.14.0-windows-amd64.zip", - "hash": "4fb89323b1b88ce50f2cf0ff3d2661265273b11a09d83f8891afd13335cfc220", - "extract_dir": "miller-6.14.0-windows-amd64" + "url": "https://github.com/johnkerl/miller/releases/download/v6.15.0/miller-6.15.0-windows-amd64.zip", + "hash": "a9c4e00dcd81c4bb934df4ed68005b1768058e4211fd66dbbdf675d7b42035a6", + "extract_dir": "miller-6.15.0-windows-amd64" }, "32bit": { - "url": "https://github.com/johnkerl/miller/releases/download/v6.14.0/miller-6.14.0-windows-386.zip", - "hash": "837833c821adf2fbd08d3cadb580aae3e0f9a7473f3e7e87fdcaa7952bd612bc", - "extract_dir": "miller-6.14.0-windows-386" + "url": "https://github.com/johnkerl/miller/releases/download/v6.15.0/miller-6.15.0-windows-386.zip", + "hash": "9a759eee5f7e4eb673c17d35e4836ec852d631594ba0ad7aff8102dd6855ec8e", + "extract_dir": "miller-6.15.0-windows-386" } }, "bin": "mlr.exe",