{
    "version": "20.0.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/20.0.0/qsv-20.0.0-x86_64-pc-windows-msvc.zip",
            "hash": "42167f76f7dcfb186a71f9cb02b0572d90ab9afd20ad2fba7860ab4a2d9e4465"
        }
    },
    "pre_install": "Get-ChildItem -Path \"$dir\" -Exclude README,qsv.exe | Remove-Item -Force",
    "bin": "qsv.exe",
    "checkver": {
        "github": "https://github.com/dathere/qsv"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/dathere/qsv/releases/download/$version/qsv-$version-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
