mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
qsv: Add version 0.119.0 (#5292)
* qsv: Add version 0.119.0 * qsv@0.119.0: Fix binaries list
This commit is contained in:
parent
79cf87fb92
commit
49f0794778
32
bucket/qsv.json
Normal file
32
bucket/qsv.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "0.119.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.119.0/qsv-0.119.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "a33e3278d1bee72095250bda8cb07d0aed80b656dae4767cd1878c6aa4362ced"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/jqnatividad/qsv/releases/download/0.119.0/qsv-0.119.0-i686-pc-windows-msvc.zip",
|
||||
"hash": "ae3149abec07ab73e826ee8ff7a497f2485dd2063d9a872f257ee66dd3bdc9d6"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user