qsv: Update to version 7.1.0

This commit is contained in:
github-actions[bot] 2025-09-07 04:29:41 +00:00
parent 99b04e3343
commit c5d8f64e13

View File

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