{
    "version": "1.6.3482",
    "description": "Windows Package Manager CLI (aka winget)",
    "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.6.3482/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z",
    "hash": "c98116463600bf102119938d7a26d2a16a89af8aa7415e8da4701d49d1b4ff1d",
    "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"
        },
        "arm64": {
            "pre_install": "Get-ChildItem \"$dir\" -Exclude '*arm64.msix' | Remove-Item -Force -Recurse"
        }
    },
    "installer": {
        "script": "Get-ChildItem \"$dir\" '*.msix' | Select-Object -ExpandProperty Fullname | Expand-7zipArchive -DestinationPath \"$dir\" -Removal"
    },
    "bin": "winget.exe",
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/microsoft/winget-cli/releases/download/v$version/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z",
        "hash": {
            "url": "https://github.com/microsoft/winget-cli/releases/download/v$version/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.txt"
        }
    }
}
