qsv: Update to version 9.1.0

This commit is contained in:
github-actions[bot] 2025-11-04 00:39:55 +00:00
parent 8c09dcb1ed
commit fcdaf6f138

View File

@ -1,13 +1,13 @@
{ {
"version": "8.1.1", "version": "9.1.0",
"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/8.1.1/qsv-8.1.1-x86_64-pc-windows-msvc.zip", "url": "https://github.com/dathere/qsv/releases/download/9.1.0/qsv-9.1.0-x86_64-pc-windows-msvc.zip",
"hash": "8d6b964daa287e09f7be6fa8eed25119c635cd6bf965283cc0f1b77b86fb1de8" "hash": "12acf84e69229ba38f9448df527f88a0979f4582cea44c910aa8382eb3bb694d"
} }
}, },
"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",