mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.124.1",
|
|
"description": "A command line CSV data-wrangling toolkit",
|
|
"homepage": "https://github.com/jqnatividad/qsv",
|
|
"license": "Unlicense|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/0.124.1/qsv-0.124.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "bb95add087e99b9dc9f08456ebafd9bc223b6989a2fbc9e95a7990a183377e84"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/0.124.1/qsv-0.124.1-i686-pc-windows-msvc.zip",
|
|
"hash": "46b6765b3a39e1aba41c0b84a8fb2ec54920cff1470f0a86c4fdfe34c96b8351"
|
|
}
|
|
},
|
|
"bin": [
|
|
"qsv.exe",
|
|
"qsvdp.exe",
|
|
"qsvlite.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/$version/qsv-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/$version/qsv-$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|