{
    "version": "4.14",
    "description": "A utility that helps format and create bootable USB flash drives.",
    "homepage": "https://rufus.ie/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.14/rufus-4.14.exe#/rufus.exe",
            "hash": "9fcad316c82ba3d0c3130c9f43fb0fe147e9eb62e1bf830716a0bbb6c58d24ee"
        },
        "32bit": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.14/rufus-4.14_x86.exe#/rufus.exe",
            "hash": "c4c2030901c9069228f90ea37a33d2b38ec83c2caba8bb88a4c3b8e27bb4fb78"
        },
        "arm64": {
            "url": "https://github.com/pbatard/rufus/releases/download/v4.14/rufus-4.14_arm64.exe#/rufus.exe",
            "hash": "65461a08dd88f0f2d7bb08fe0e8feae33ebc75bc68f25f8dd7803b8f42bc5267"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rufus.ini\")) { New-Item \"$dir\\rufus.ini\" | Out-Null }",
    "bin": "rufus.exe",
    "shortcuts": [
        [
            "rufus.exe",
            "Rufus"
        ]
    ],
    "persist": [
        "rufus.ini",
        "rufus_files"
    ],
    "checkver": {
        "github": "https://github.com/pbatard/rufus"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version.exe#/rufus.exe"
            },
            "32bit": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version_x86.exe#/rufus.exe"
            },
            "arm64": {
                "url": "https://github.com/pbatard/rufus/releases/download/v$version/rufus-$version_arm64.exe#/rufus.exe"
            }
        }
    }
}
