From b8ea981eaa351cac10e29b14893b6afcfac98468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 00:34:43 +0000 Subject: [PATCH] miller: Update to version 6.4.0 --- bucket/miller.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/miller.json b/bucket/miller.json index 462735c26d..bc7e8fb5ed 100644 --- a/bucket/miller.json +++ b/bucket/miller.json @@ -1,18 +1,18 @@ { - "version": "6.3.0", + "version": "6.4.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.3.0/miller-6.3.0-windows-amd64.zip", - "hash": "80a84041d9bf12da2605c4dd63cdcfe8672b42e89cb0677cd9df4ae306c44095", - "extract_dir": "miller-6.3.0-windows-amd64" + "url": "https://github.com/johnkerl/miller/releases/download/v6.4.0/miller-6.4.0-windows-amd64.zip", + "hash": "a8756bd35f2e9eb5e350dbb56b94196a931ffaf42d21d45e6461df09cd99d778", + "extract_dir": "miller-6.4.0-windows-amd64" }, "32bit": { - "url": "https://github.com/johnkerl/miller/releases/download/v6.3.0/miller-6.3.0-windows-386.zip", - "hash": "8a135ab1fe5b9c56878914811252e0807545c514bb31b824632aeae24dd1b729", - "extract_dir": "miller-6.3.0-windows-386" + "url": "https://github.com/johnkerl/miller/releases/download/v6.4.0/miller-6.4.0-windows-386.zip", + "hash": "b1e6c2e3695b1343249eda93c26b417aeeb45a73df39ff8029bd77eb2e8cc511", + "extract_dir": "miller-6.4.0-windows-386" } }, "bin": "mlr.exe",