mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 00:25:13 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.132.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.132.0/qsv-0.132.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c73f3a2df543573d84f0a8452684122f6ae09d2df7d4e2e12aa8d6d3d6862f6d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/0.132.0/qsv-0.132.0-i686-pc-windows-msvc.zip",
|
|
"hash": "f7ed512cdc78b0415d7b3635c1a4ae8930f1ce70d07401a96dd2d51ff871a344"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|