From 9ca9444ff03a0dfb21a4c60665f36374390b7299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:24:39 +0000 Subject: [PATCH] winget: Update to version 1.6.3421 --- bucket/winget.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winget.json b/bucket/winget.json index fbf4ce9a1f..f17d502130 100644 --- a/bucket/winget.json +++ b/bucket/winget.json @@ -1,5 +1,5 @@ { - "version": "1.6.3133", + "version": "1.6.3421", "description": "Windows Package Manager CLI (aka winget)", "homepage": "https://github.com/microsoft/winget-cli", "license": "MIT", @@ -10,8 +10,8 @@ "suggest": { "vcredist": "extras/vcredist2022" }, - "url": "https://github.com/microsoft/winget-cli/releases/download/v1.6.3133/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z", - "hash": "4886a24ec8a845b3c1bcaff661ceade8ccf18c393c3951e78ac60e681201e072", + "url": "https://github.com/microsoft/winget-cli/releases/download/v1.6.3421/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z", + "hash": "e923bfb801b75fd32bf4dde538d6d235b3bd45fdf4a81d9d65a9c5a76e7d924e", "architecture": { "64bit": { "pre_install": "Get-ChildItem \"$dir\" -Exclude '*x64.msix' | Remove-Item -Force -Recurse"