mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.129.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.129.1/qsv-0.129.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c8e5dbba88de681e5aea4920ea18bd825bcdf683e06921a75c7dca2d82c9c2c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jqnatividad/qsv/releases/download/0.129.1/qsv-0.129.1-i686-pc-windows-msvc.zip",
|
|
"hash": "3aa65efbdef47dcaf713090bd0c6fa55d37198b97d72742ad88051ebf8afbeb7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|