qsv: Update to version 7.0.0

This commit is contained in:
github-actions[bot] 2025-08-28 20:29:03 +00:00
parent 0f556b5f91
commit 168828f4ac

View File

@ -1,13 +1,13 @@
{
"version": "6.0.1",
"version": "7.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/6.0.1/qsv-6.0.1-x86_64-pc-windows-msvc.zip",
"hash": "3c9612c4d5750fda125b594a30ad832e0e4da24d7b942cb677dbd7ef4363c0d3"
"url": "https://github.com/dathere/qsv/releases/download/7.0.0/qsv-7.0.0-x86_64-pc-windows-msvc.zip",
"hash": "b43ce880c618fbdaa78008384c1bdb85758caea6fcab473c7c7b59a486be854c"
}
},
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",