qsv: Update to version 6.0.1 (#6972)

This commit is contained in:
jack-mil 2025-07-17 21:08:57 -04:00 committed by GitHub
parent a45a88455b
commit 050e62b628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,31 +1,24 @@
{ {
"version": "0.133.1", "version": "6.0.1",
"description": "A command line CSV data-wrangling toolkit", "description": "A command line CSV data-wrangling toolkit",
"homepage": "https://github.com/jqnatividad/qsv", "homepage": "https://qsv.dathere.com",
"license": "Unlicense|MIT", "license": "Unlicense|MIT",
"notes": "Only the full featured \"qsv\" build is included",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jqnatividad/qsv/releases/download/0.133.1/qsv-0.133.1-x86_64-pc-windows-msvc.zip", "url": "https://github.com/dathere/qsv/releases/download/6.0.1/qsv-6.0.1-x86_64-pc-windows-msvc.zip",
"hash": "686174efb57f2dbeca9e7da7aa50ea0802a323a16fc503c044b04eb8ccea7733" "hash": "3c9612c4d5750fda125b594a30ad832e0e4da24d7b942cb677dbd7ef4363c0d3"
},
"32bit": {
"url": "https://github.com/jqnatividad/qsv/releases/download/0.133.1/qsv-0.133.1-i686-pc-windows-msvc.zip",
"hash": "4f4036028b5e1bcdd4cefb7db5036d5bec49922d2cc8a1a71ce76122f12b85b9"
} }
}, },
"bin": [ "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",
"qsv.exe", "bin": "qsv.exe",
"qsvdp.exe", "checkver": {
"qsvlite.exe" "github": "https://github.com/dathere/qsv"
], },
"checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jqnatividad/qsv/releases/download/$version/qsv-$version-x86_64-pc-windows-msvc.zip" "url": "https://github.com/dathere/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"
} }
} }
} }