{
    "version": "1.18.11",
    "description": "balenaEtcher lets you flash OS images to SD cards & USB drives, safely and easily.",
    "homepage": "https://www.balena.io/etcher/",
    "license": "Apache-2.0",
    "url": "https://github.com/balena-io/etcher/releases/download/v1.18.11/balenaEtcher-Setup-1.18.11.exe#/dl.7z",
    "hash": "sha512:124ec711881e68d96a0fb4dc3c8ef424f54b536de7e0ae6ace615b3c0858ea6dd9f4aec448b29466a8b5ac0b934959a3ad8117cad3eb675247f19ac5d5c68be2",
    "architecture": {
        "64bit": {
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-64.7z\" \"$dir\""
            }
        },
        "32bit": {
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-32.7z\" \"$dir\""
            }
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
    "shortcuts": [
        [
            "balenaEtcher.exe",
            "Etcher"
        ]
    ],
    "checkver": {
        "github": "https://github.com/balena-io/etcher"
    },
    "autoupdate": {
        "url": "https://github.com/balena-io/etcher/releases/download/v$version/balenaEtcher-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
