2025-12-08 16:30:57 +00:00

26 lines
910 B
JSON

{
"version": "11.0.2",
"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"
}
},
"pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",
"bin": "qsv.exe",
"checkver": {
"github": "https://github.com/dathere/qsv"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dathere/qsv/releases/download/$version/qsv-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}