2026-01-13 16:31:26 +00:00

26 lines
910 B
JSON

{
"version": "14.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/14.0.0/qsv-14.0.0-x86_64-pc-windows-msvc.zip",
"hash": "69e037e9ad8169dd2086faa24d31ec86eb7e88d2c7691a05b778d690a215b987"
}
},
"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"
}
}
}
}