qsv: Update to version 12.0.0

This commit is contained in:
github-actions[bot] 2025-12-24 20:30:11 +00:00
parent 17918ccf51
commit 1607b6c332

View File

@ -1,13 +1,13 @@
{
"version": "11.0.2",
"version": "12.0.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/11.0.2/qsv-11.0.2-x86_64-pc-windows-msvc.zip",
"hash": "5a6dd2aef8f853ad85180b85f55c9d95a3c2a7ebbd6e8158e806f8b9d76a68e1"
"url": "https://github.com/dathere/qsv/releases/download/12.0.0/qsv-12.0.0-x86_64-pc-windows-msvc.zip",
"hash": "6739117bf7bef285d56c17233690c40300c661ed59bb377513b90cd40604e885"
}
},
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",