2025-07-18 01:08:57 +00:00

26 lines
907 B
JSON

{
"version": "6.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/6.0.1/qsv-6.0.1-x86_64-pc-windows-msvc.zip",
"hash": "3c9612c4d5750fda125b594a30ad832e0e4da24d7b942cb677dbd7ef4363c0d3"
}
},
"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"
}
}
}
}