From e17f6f6ca2cdc7866eb579f6904966fbbcc37461 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:29:25 +0000 Subject: [PATCH] qsv: Update to version 8.1.0 --- bucket/qsv.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/qsv.json b/bucket/qsv.json index 151f63ef88..a4630adcf9 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "8.0.0", + "version": "8.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/8.0.0/qsv-8.0.0-x86_64-pc-windows-msvc.zip", - "hash": "74a16e1841e0a2ffbb28684d8d0f672da6db0711af7c6dacbe0107f7ba7e3358" + "url": "https://github.com/dathere/qsv/releases/download/8.1.0/qsv-8.1.0-x86_64-pc-windows-msvc.zip", + "hash": "737f8421973ea0e709527a9082e1fcfcf421f92313c212b453717d7affe3d961" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",