{
    "version": "26.01",
    "description": "Multi-format compression/decompression tool (beta version)",
    "homepage": "https://www.7-zip.org/",
    "license": "LGPL-2.1-or-later,BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://www.7-zip.org/a/7z2601-x64.msi",
            "hash": "a47ea8dcf8bc08e6de474cae77c828e031fa22cb528f6095defffebf11cd02f2"
        },
        "32bit": {
            "url": "https://www.7-zip.org/a/7z2601.msi",
            "hash": "9643110e10bd0f2f31afa30d904da77f91161b95cc9b744d2f58c9167e23c1a7"
        }
    },
    "extract_dir": "Files/7-Zip",
    "bin": [
        "7z.exe",
        "7zG.exe"
    ],
    "shortcuts": [
        [
            "7zFM.exe",
            "7-Zip Beta"
        ]
    ],
    "persist": [
        "Codecs",
        "Formats"
    ],
    "checkver": {
        "url": "https://www.7-zip.org/history.txt",
        "regex": "\\n([\\d.]+)( beta)?"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.7-zip.org/a/7z$cleanVersion-x64.msi"
            },
            "32bit": {
                "url": "https://www.7-zip.org/a/7z$cleanVersion.msi"
            }
        }
    }
}
