{
    "version": "1.4.3",
    "homepage": "https://github.com/ayoisaiah/focus",
    "description": "A fully featured productivity timer for the command line, based on the Pomodoro Technique.",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ayoisaiah/focus/releases/download/v1.4.3/focus_1.4.3_windows_amd64.tar.gz",
            "hash": "cf6da33360fffa17fc6fe17f6333036ff2cec6e5ffbf75c18d6b1abca000b35a"
        },
        "arm64": {
            "url": "https://github.com/ayoisaiah/focus/releases/download/v1.4.3/focus_1.4.3_windows_arm64.tar.gz",
            "hash": "d89073948cff4be674ed5538a19442522dfcf4d40658961cb3f318285f921dd3"
        }
    },
    "bin": "focus.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ayoisaiah/focus/releases/download/v$version/focus_$version_windows_amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/ayoisaiah/focus/releases/download/v$version/focus_$version_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
