From c5d8f64e133116b620bb46d44d436a6385bf8bf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 04:29:41 +0000 Subject: [PATCH] qsv: Update to version 7.1.0 --- bucket/qsv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qsv.json b/bucket/qsv.json index 07fdb420bc..0ffcd82f2f 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "7.0.1", + "version": "7.1.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/7.0.1/qsv-7.0.1-x86_64-pc-windows-msvc.zip", - "hash": "9c4b8a3d393921c96bb5b68cc32478f38b3147492b65d0b58c8fe29b0218acac" + "url": "https://github.com/dathere/qsv/releases/download/7.1.0/qsv-7.1.0-x86_64-pc-windows-msvc.zip", + "hash": "0e4cc2053c8627d9f0958a58192d81ffaa236d3196dea753bc72b20113c48ff7" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",