From f6bd0119319d4d453acb444837036f8bc9fece74 Mon Sep 17 00:00:00 2001 From: Darloli <96697399+SorYoshino@users.noreply.github.com> Date: Tue, 23 Sep 2025 02:12:40 +0800 Subject: [PATCH] winget-ps: Update to version 1.11.460, fix autoupdate (#7196) --- bucket/winget-ps.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/winget-ps.json b/bucket/winget-ps.json index acc640ec78..640ee33c30 100644 --- a/bucket/winget-ps.json +++ b/bucket/winget-ps.json @@ -1,13 +1,13 @@ { - "version": "1.11.440", + "version": "1.11.460", "description": "A PowerShell Module for the Windows Package Manager Client.", "homepage": "https://github.com/microsoft/winget-cli/tree/master/src/PowerShell/Microsoft.WinGet.Client", "license": "MIT", "suggest": { "WinGet": "winget" }, - "url": "https://psg-prod-eastus.azureedge.net/packages/microsoft.winget.client.1.11.440.nupkg", - "hash": "b48dacc2f787f1e0c8966dc8a20456e78d996bae4b5520bd4baa9000b1b8654c", + "url": "https://cdn.powershellgallery.com/packages/microsoft.winget.client.1.11.460.nupkg", + "hash": "a3d16251fedb02a40b0394e013bf320eab43f101ac0784892961c443e8944501", "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse", "psmodule": { "name": "Microsoft.WinGet.Client" @@ -17,6 +17,6 @@ "regex": "

([\\d.]+)

" }, "autoupdate": { - "url": "https://psg-prod-eastus.azureedge.net/packages/microsoft.winget.client.$version.nupkg" + "url": "https://cdn.powershellgallery.com/packages/microsoft.winget.client.$version.nupkg" } }