From 1607b6c33242312c1e807eb9a4a8ecbe4e6b610d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 20:30:11 +0000 Subject: [PATCH] qsv: Update to version 12.0.0 --- bucket/qsv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qsv.json b/bucket/qsv.json index e62f1b3df7..2fc3fc3749 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "11.0.2", + "version": "12.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/11.0.2/qsv-11.0.2-x86_64-pc-windows-msvc.zip", - "hash": "5a6dd2aef8f853ad85180b85f55c9d95a3c2a7ebbd6e8158e806f8b9d76a68e1" + "url": "https://github.com/dathere/qsv/releases/download/12.0.0/qsv-12.0.0-x86_64-pc-windows-msvc.zip", + "hash": "6739117bf7bef285d56c17233690c40300c661ed59bb377513b90cd40604e885" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",