mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.127.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.127.0/qsv-0.127.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "21df2eafd57f7423118fa955f155aea59d863c5ccb674d641707733b543f1094"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/0.127.0/qsv-0.127.0-i686-pc-windows-msvc.zip",
|
|
"hash": "cade44dd0f9674e5ea0c5ae76cf0373f84e275c3a57a6306e0731b87892325ca"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|