diff --git a/bucket/qsv.json b/bucket/qsv.json index 3618ae376d..07fdb420bc 100644 --- a/bucket/qsv.json +++ b/bucket/qsv.json @@ -1,13 +1,13 @@ { - "version": "7.0.0", + "version": "7.0.1", "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/7.0.0/qsv-7.0.0-x86_64-pc-windows-msvc.zip", - "hash": "b43ce880c618fbdaa78008384c1bdb85758caea6fcab473c7c7b59a486be854c" + "url": "https://github.com/dathere/qsv/releases/download/7.0.1/qsv-7.0.1-x86_64-pc-windows-msvc.zip", + "hash": "9c4b8a3d393921c96bb5b68cc32478f38b3147492b65d0b58c8fe29b0218acac" } }, "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",