qsv: Update to version 15.0.1

This commit is contained in:
github-actions[bot] 2026-01-28 16:31:47 +00:00
parent 562682c7c9
commit b4d44828f1

View File

@ -1,13 +1,13 @@
{
"version": "15.0.0",
"version": "15.0.1",
"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/15.0.0/qsv-15.0.0-x86_64-pc-windows-msvc.zip",
"hash": "88e3b1a3312e6a58458c51e47232e062044098afeccf3f7e42059a8e576fdef6"
"url": "https://github.com/dathere/qsv/releases/download/15.0.1/qsv-15.0.1-x86_64-pc-windows-msvc.zip",
"hash": "35ee729bc997423bc40b54a95a8d40fdecf6b68779bc70adb1e50eaecda1e888"
}
},
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",