{
    "version": "2.5.0",
    "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/v2.5.0/dasel_windows_amd64.exe#/dasel.exe",
            "hash": "378985de88e47db2b5cf5c33147428b1427f5509c89cd75d7abc479c81912083"
        },
        "32bit": {
            "url": "https://github.com/TomWright/dasel/releases/download/v2.5.0/dasel_windows_386.exe#/dasel.exe",
            "hash": "4287e559d6ca10969464582224931723238ef2f98612bc740ab7c6b4bc332f9a"
        }
    },
    "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"
            }
        }
    }
}
