From c49ab2a2f40cb2255e9db14f2dfa1ee7b4c33ef3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 04:27:18 +0000 Subject: [PATCH] winget: Update to version 1.6.2721 --- bucket/winget.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winget.json b/bucket/winget.json index 210627ca39..05b8685abb 100644 --- a/bucket/winget.json +++ b/bucket/winget.json @@ -1,5 +1,5 @@ { - "version": "1.6.2701", + "version": "1.6.2721", "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.2701/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z", - "hash": "4a89e2e844dcd8e647212a51793880ecb112bad7c80104e707341f206e68ffea", + "url": "https://github.com/microsoft/winget-cli/releases/download/v1.6.2721/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/dl.7z", + "hash": "820d6708d4ac09eff314a989a7bbd6567c2a326316a31718072dbc8cece8856f", "architecture": { "64bit": { "pre_install": "Get-ChildItem \"$dir\" -Exclude '*x64.msix' | Remove-Item -Force -Recurse"