qsv: Update to version 8.0.0

This commit is contained in:
github-actions[bot] 2025-10-06 20:29:02 +00:00
parent 953844b252
commit e6d63eb371

View File

@ -1,13 +1,13 @@
{ {
"version": "7.1.0", "version": "8.0.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/7.1.0/qsv-7.1.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/dathere/qsv/releases/download/8.0.0/qsv-8.0.0-x86_64-pc-windows-msvc.zip",
"hash": "0e4cc2053c8627d9f0958a58192d81ffaa236d3196dea753bc72b20113c48ff7" "hash": "74a16e1841e0a2ffbb28684d8d0f672da6db0711af7c6dacbe0107f7ba7e3358"
} }
}, },
"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",