From 3edd792a645d2f48d7ec3ca5611ae0af4bdde685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 04:28:33 +0000 Subject: [PATCH] miller: Update to version 6.7.0 --- bucket/miller.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/miller.json b/bucket/miller.json index 6ccda4aee6..9ffb36e225 100644 --- a/bucket/miller.json +++ b/bucket/miller.json @@ -1,18 +1,18 @@ { - "version": "6.6.0", + "version": "6.7.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.6.0/miller-6.6.0-windows-amd64.zip", - "hash": "508b9815dfa7972fe47247629cf6edf82b85db27396a91cf1c083d82d018922f", - "extract_dir": "miller-6.6.0-windows-amd64" + "url": "https://github.com/johnkerl/miller/releases/download/v6.7.0/miller-6.7.0-windows-amd64.zip", + "hash": "8e10c2c730e1a8e06464e20e42bdd7640236bed09e7e51da771e5e684e25ed1f", + "extract_dir": "miller-6.7.0-windows-amd64" }, "32bit": { - "url": "https://github.com/johnkerl/miller/releases/download/v6.6.0/miller-6.6.0-windows-386.zip", - "hash": "f77b5f31a517df1c7253f462ff6e7515e1d851d3dc689421d0a72f1ea8227a58", - "extract_dir": "miller-6.6.0-windows-386" + "url": "https://github.com/johnkerl/miller/releases/download/v6.7.0/miller-6.7.0-windows-386.zip", + "hash": "1237fa78c319aea826754b62eb0618c99ce31486b377df9cb985c71c56664617", + "extract_dir": "miller-6.7.0-windows-386" } }, "bin": "mlr.exe",