diff --git a/bucket/qsv.json b/bucket/qsv.json index 151f63ef88..a4630adcf9 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "8.0.0", + "version": "8.1.0", "description": "A command line CSV data-wrangling toolkit", "homepage": "https://qsv.dathere.com", "license": "Unlicense|MIT", "notes": "Only the full featured \"qsv\" build is included", "architecture": { "64bit": { - "url": "https://github.com/dathere/qsv/releases/download/8.0.0/qsv-8.0.0-x86_64-pc-windows-msvc.zip", - "hash": "74a16e1841e0a2ffbb28684d8d0f672da6db0711af7c6dacbe0107f7ba7e3358" + "url": "https://github.com/dathere/qsv/releases/download/8.1.0/qsv-8.1.0-x86_64-pc-windows-msvc.zip", + "hash": "737f8421973ea0e709527a9082e1fcfcf421f92313c212b453717d7affe3d961" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",