{
    "version": "v25.01-v1.5.7-R4",
    "description": "Multi-format compression/decompression tool with brotli and other codecs (beta version)",
    "homepage": "https://github.com/mcmilk/7-Zip-zstd/",
    "license": "LGPL-2.1-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/v25.01-v1.5.7-R4/7z25.01-zstd-x64.exe#/dl.7z",
            "hash": "5a55a8b6abb09d4b5ddd64c95f22a5270cb46752fb7a5353073508922b141596"
        },
        "32bit": {
            "url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/v25.01-v1.5.7-R4/7z25.01-zstd-x32.exe#/dl.7z",
            "hash": "76fb9f4eff5235032261f5e498c5733bbd7617b7895d724a77306fa869a55e23"
        },
        "arm64": {
            "url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/v25.01-v1.5.7-R4/7z25.01-zstd-arm64.exe#/dl.7z",
            "hash": "857a45bbdfc1b68bc32f478f438db7a5fcff3d43cc2e8512f1d4cab5195051a0"
        }
    },
    "bin": [
        "7z.exe",
        "7zFM.exe",
        "7zG.exe"
    ],
    "shortcuts": [
        [
            "7zFM.exe",
            "7-Zip Zstd"
        ]
    ],
    "persist": [
        "Codecs",
        "Formats"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/mcmilk/7-Zip-zstd/releases",
        "jsonpath": "$[0].tag_name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/$version/7z$matchHead-zstd-x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/$version/7z$matchHead-zstd-x32.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/mcmilk/7-Zip-zstd/releases/download/$version/7z$matchHead-zstd-arm64.exe#/dl.7z"
            }
        }
    }
}
