{
    "version": "3.2.2",
    "description": "A blazingly-fast, offline-first format and toolchain for lexical data",
    "homepage": "https://odict.org/",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.2/odict-cli-x86_64-pc-windows-msvc.zip",
            "hash": "fcd119f6f257aca3b38cbdbb6d702d7f4290364813bad1b849270984ec6d90b0"
        }
    },
    "bin": "odict.exe",
    "checkver": {
        "github": "https://api.github.com/repos/TheOpenDictionary/odict/releases",
        "regex": "download/cli/v([\\d.]+)/odict"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TheOpenDictionary/odict/releases/download/cli/v$version/odict-cli-x86_64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
