{
    "version": "6.26.0",
    "description": "High performance RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner",
    "homepage": "https://xmrig.com",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xmrig/xmrig/releases/download/v6.26.0/xmrig-6.26.0-windows-x64.zip",
            "hash": "bba8097cb37d9b458a1cb1137876b27cde6740d17fe4ccbc086ba07d87d9e147"
        },
        "arm64": {
            "url": "https://github.com/xmrig/xmrig/releases/download/v6.26.0/xmrig-6.26.0-windows-arm64.zip",
            "hash": "958952de131c392a4e1e9656a1d70c3916d09d5a1f5e3f8c67dc0e6f35dbd76a"
        }
    },
    "extract_dir": "xmrig-6.26.0",
    "bin": "xmrig.exe",
    "persist": "config.json",
    "checkver": {
        "github": "https://github.com/xmrig/xmrig"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xmrig/xmrig/releases/download/v$version/xmrig-$version-windows-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/xmrig/xmrig/releases/download/v$version/xmrig-$version-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        },
        "extract_dir": "xmrig-$version"
    }
}
