{
    "version": "0.78.0",
    "description": "All-in-one repack for latest Microsoft Visual C++ Redistributable Runtimes, without the original setup bloat payload.",
    "homepage": "https://github.com/abbodi1406/vcredist",
    "license": "Unlicense",
    "url": "https://github.com/abbodi1406/vcredist/releases/download/v0.78.0/VisualCppRedist_AIO_x86_x64_78.zip",
    "hash": "2c36e82daa8f9be5f013d92b8461f67038d2bf5d26a12b3f881cf6ddead1823c",
    "installer": {
        "script": [
            "if (!(is_admin)) { error 'This package requires admin rights to install'; break }",
            "Start-Process -Wait \"$dir\\VisualCppRedist_AIO_x86_x64.exe\" -ArgumentList @('/ai', '/gm2') -Verb RunAs"
        ]
    },
    "bin": "VisualCppRedist_AIO_x86_x64.exe",
    "uninstaller": {
        "script": [
            "if (!(is_admin)) { error 'This package requires admin rights to uninstall'; break }",
            "Start-Process -Wait \"$dir\\VisualCppRedist_AIO_x86_x64.exe\" -ArgumentList @('/ai', '/gm2') -Verb RunAs"
        ]
    },
    "checkver": {
        "github": "https://github.com/abbodi1406/vcredist"
    },
    "autoupdate": {
        "url": "https://github.com/abbodi1406/vcredist/releases/download/v$version/VisualCppRedist_AIO_x86_x64_$minorVersion.zip",
        "hash": {
            "url": "https://github.com/abbodi1406/vcredist/releases/v$version",
            "regex": "File: $basename[\\S\\s]*?SHA-256: $sha256"
        }
    }
}
