From 9f5f46f2d473edeb87b7e767c96dde06ca9d6709 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:46:30 +0000 Subject: [PATCH] qsv: Update to version 15.0.0 --- bucket/qsv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qsv.json b/bucket/qsv.json index efcec0dace..3869f14244 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "14.0.0", + "version": "15.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/14.0.0/qsv-14.0.0-x86_64-pc-windows-msvc.zip", - "hash": "69e037e9ad8169dd2086faa24d31ec86eb7e88d2c7691a05b778d690a215b987" + "url": "https://github.com/dathere/qsv/releases/download/15.0.0/qsv-15.0.0-x86_64-pc-windows-msvc.zip", + "hash": "88e3b1a3312e6a58458c51e47232e062044098afeccf3f7e42059a8e576fdef6" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",