{
    "version": "1.4.11071",
    "description": "Windows Package Manager CLI (aka winget) (latest 1.4.x release)",
    "homepage": "https://github.com/microsoft/winget-cli",
    "license": "MIT",
    "notes": [
        "At least Windows 10 build 17763 is required to use winget.",
        "For documentation on settings, see: https://aka.ms/winget-settings."
    ],
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "url": "https://github.com/microsoft/winget-cli/releases/download/v1.4.11071/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z",
    "hash": "a2749204bca2e0aef52e3a85d2fb3d8af8dd71efa9de2777c11fa79ea71ab8dc",
    "architecture": {
        "64bit": {
            "pre_install": "Get-ChildItem \"$dir\" -Exclude '*x64.msix' | Remove-Item -Force -Recurse"
        },
        "32bit": {
            "pre_install": "Get-ChildItem \"$dir\" -Exclude '*x86.msix' | Remove-Item -Force -Recurse"
        }
    },
    "installer": {
        "script": "Get-ChildItem \"$dir\" '*.msix' | Select-Object -ExpandProperty Fullname | Expand-7zipArchive -DestinationPath \"$dir\" -Removal"
    },
    "bin": "winget.exe",
    "checkver": {
        "url": "https://github.com/microsoft/winget-cli/releases.atom",
        "regex": "tag/v(1\\.4\\.[\\d.]+)(?<preview>(-preview)?)"
    },
    "autoupdate": {
        "url": "https://github.com/microsoft/winget-cli/releases/download/v$version$matchPreview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z",
        "hash": {
            "url": "https://github.com/microsoft/winget-cli/releases/download/v$version$matchPreview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.txt"
        }
    }
}
