qsv: Update to version 7.0.1

This commit is contained in:
github-actions[bot] 2025-08-29 12:31:45 +00:00
parent 883a131550
commit 8d27fe4029

View File

@ -1,13 +1,13 @@
{ {
"version": "7.0.0", "version": "7.0.1",
"description": "A command line CSV data-wrangling toolkit", "description": "A command line CSV data-wrangling toolkit",
"homepage": "https://qsv.dathere.com", "homepage": "https://qsv.dathere.com",
"license": "Unlicense|MIT", "license": "Unlicense|MIT",
"notes": "Only the full featured \"qsv\" build is included", "notes": "Only the full featured \"qsv\" build is included",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dathere/qsv/releases/download/7.0.0/qsv-7.0.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/dathere/qsv/releases/download/7.0.1/qsv-7.0.1-x86_64-pc-windows-msvc.zip",
"hash": "b43ce880c618fbdaa78008384c1bdb85758caea6fcab473c7c7b59a486be854c" "hash": "9c4b8a3d393921c96bb5b68cc32478f38b3147492b65d0b58c8fe29b0218acac"
} }
}, },
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force", "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",