qsv: Update to version 8.1.0

This commit is contained in:
github-actions[bot] 2025-10-20 20:29:25 +00:00
parent a1a7d7faaf
commit e17f6f6ca2

View File

@ -1,13 +1,13 @@
{
"version": "8.0.0",
"version": "8.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/8.0.0/qsv-8.0.0-x86_64-pc-windows-msvc.zip",
"hash": "74a16e1841e0a2ffbb28684d8d0f672da6db0711af7c6dacbe0107f7ba7e3358"
"url": "https://github.com/dathere/qsv/releases/download/8.1.0/qsv-8.1.0-x86_64-pc-windows-msvc.zip",
"hash": "737f8421973ea0e709527a9082e1fcfcf421f92313c212b453717d7affe3d961"
}
},
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",