{
    "version": "6.22",
    "description": "WinRAR helper package (only used for extracting installers such as NSIS)",
    "homepage": "https://rarlab.com/",
    "license": {
        "identifier": "Shareware",
        "url": "https://www.win-rar.com/gtb_priv.html?&L=0"
    },
    "architecture": {
        "64bit": {
            "url": "https://www.rarlab.com/rar/winrar-x64-622.exe#/dl.7z",
            "hash": "bc6440121c023a5068c558bee72eae5c2b2eea1580c95ef7fba354780c689f7f"
        },
        "32bit": {
            "url": "https://www.rarlab.com/rar/winrar-x32-622.exe#/dl.7z",
            "hash": "f5aec798235bf06e445d6d75b3a8825768f3abd3a89a82095cbe5933afdb2b68"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rarreg.key\")) { New-Item \"$dir\\rarreg.key\" | Out-Null }",
    "persist": "rarreg.key",
    "checkver": "WinRAR and RAR ([\\d.]+) release",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.rarlab.com/rar/winrar-x64-$cleanVersion.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://www.rarlab.com/rar/winrar-x32-$cleanVersion.exe#/dl.7z"
            }
        }
    }
}
