From 168828f4ace697dc5e4314174a29ec4384ed1574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:29:03 +0000 Subject: [PATCH] qsv: Update to version 7.0.0 --- bucket/qsv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qsv.json b/bucket/qsv.json index 0cd5e428e9..3618ae376d 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "6.0.1", + "version": "7.0.0", "description": "A command line CSV data-wrangling toolkit", "homepage": "https://qsv.dathere.com", "license": "Unlicense|MIT", "notes": "Only the full featured \"qsv\" build is included", "architecture": { "64bit": { - "url": "https://github.com/dathere/qsv/releases/download/6.0.1/qsv-6.0.1-x86_64-pc-windows-msvc.zip", - "hash": "3c9612c4d5750fda125b594a30ad832e0e4da24d7b942cb677dbd7ef4363c0d3" + "url": "https://github.com/dathere/qsv/releases/download/7.0.0/qsv-7.0.0-x86_64-pc-windows-msvc.zip", + "hash": "b43ce880c618fbdaa78008384c1bdb85758caea6fcab473c7c7b59a486be854c" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",