mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.126.0",
|
|
"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.126.0/qsv-0.126.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a81d7058d985a39fbcc2f3c50a142fddadce530f7e3fec62726c72a3f3b2027b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/0.126.0/qsv-0.126.0-i686-pc-windows-msvc.zip",
|
|
"hash": "4a63befc0c0ae8285172f54d01187cde19183297164f3cd7005132f87c987bc8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|