2026-01-28 16:31:47 +00:00

26 lines
910 B
JSON

{
"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.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",
"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"
}
}
}
}