2022-02-15 00:33:02 +00:00

38 lines
1.6 KiB
JSON

{
"version": "1.3.431",
"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/vcredist"
},
"url": "https://github.com/microsoft/winget-cli/releases/download/v1.3.431/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z",
"hash": "9a1a184104ee00e91438e2092ee7e701e8fea969df461a8b5af9ec4bc5c0d8c3",
"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/tags",
"regex": "/archive/refs/tags/v([\\d.]+)(?<pre>-preview)?\\.zip"
},
"autoupdate": {
"url": "https://github.com/microsoft/winget-cli/releases/download/v$version$matchPre/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z",
"hash": {
"url": "https://github.com/microsoft/winget-cli/releases/download/v$version$matchPre/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.txt"
}
}
}