{
    "version": "3.8.1",
    "description": "DAta-SELector. Command line utility for querying and modifying data structures inside JSON, TOML, YAML, ...",
    "homepage": "https://github.com/TomWright/dasel",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/TomWright/dasel/releases/download/v3.8.1/dasel_windows_amd64.exe#/dasel.exe",
            "hash": "9a4a21eb00ae22727d46c4425fe6cab8f7072b8549f9279c76993358d5c4a37c"
        },
        "32bit": {
            "url": "https://github.com/TomWright/dasel/releases/download/v3.8.1/dasel_windows_386.exe#/dasel.exe",
            "hash": "8bc02d5e3ca81d362adb8b830901b9a0de63ad98603d9e1f382695f6d11ff2de"
        }
    },
    "bin": "dasel.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TomWright/dasel/releases/download/v$version/dasel_windows_amd64.exe#/dasel.exe"
            },
            "32bit": {
                "url": "https://github.com/TomWright/dasel/releases/download/v$version/dasel_windows_386.exe#/dasel.exe"
            }
        }
    }
}
