mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
26 lines
907 B
JSON
26 lines
907 B
JSON
{
|
|
"version": "8.1.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/8.1.0/qsv-8.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "737f8421973ea0e709527a9082e1fcfcf421f92313c212b453717d7affe3d961"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|