{
    "version": "1.2.0",
    "description": "A CLI tool for DSA problem revision with spaced repetition, powered by a customized SuperMemo 2 algorithm.",
    "homepage": "https://github.com/eannchen/leetsolv",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/eannchen/leetsolv/releases/download/v1.2.0/leetsolv-windows-amd64.exe#/leetsolv.exe",
            "hash": "c99167a421f4b18daf08800d57df2c07f8e6830b132528020cec2f904c8a7f63"
        },
        "arm64": {
            "url": "https://github.com/eannchen/leetsolv/releases/download/v1.2.0/leetsolv-windows-arm64.exe#/leetsolv.exe",
            "hash": "e9e96606b6e42f7119be297f3cd969379e391dfbab5ce502206b921eb520e51a"
        }
    },
    "bin": "leetsolv.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/eannchen/leetsolv/releases/download/v$version/leetsolv-windows-amd64.exe#/leetsolv.exe"
            },
            "arm64": {
                "url": "https://github.com/eannchen/leetsolv/releases/download/v$version/leetsolv-windows-arm64.exe#/leetsolv.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
