From 6201cfa611ee18e9b6349489d23b72491296e451 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:31:42 +0000 Subject: [PATCH] qsv: Update to version 10.0.0 --- bucket/qsv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qsv.json b/bucket/qsv.json index fbaf2913f1..15c7782ad3 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "9.1.0", + "version": "10.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/9.1.0/qsv-9.1.0-x86_64-pc-windows-msvc.zip", - "hash": "fe3f386b295bec68df4671c0ed560a9e4689fea705d48a32f9c5b65f098da3c3" + "url": "https://github.com/dathere/qsv/releases/download/10.0.0/qsv-10.0.0-x86_64-pc-windows-msvc.zip", + "hash": "7c97769c413ed99cc719f3768d68901ff04b2cc15f9be460f6dfe5163d38b4a3" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",