2025-10-22 12:31:44 +00:00

26 lines
907 B
JSON

{
"version": "8.1.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/8.1.1/qsv-8.1.1-x86_64-pc-windows-msvc.zip",
"hash": "8d6b964daa287e09f7be6fa8eed25119c635cd6bf965283cc0f1b77b86fb1de8"
}
},
"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"
}
}
}
}