From 00b6bb09a147f2d79916381eb867afdde68a3b31 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Wed, 25 Jan 2023 15:24:37 +0800 Subject: [PATCH 1/2] winget-ps: Add version 1.4.10173 --- bucket/winget-ps.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/winget-ps.json diff --git a/bucket/winget-ps.json b/bucket/winget-ps.json new file mode 100644 index 0000000000000..ca0d8b64e58e1 --- /dev/null +++ b/bucket/winget-ps.json @@ -0,0 +1,25 @@ +{ + "version": "1.4.10173", + "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": { + "PowerShell Core": "pwsh", + "WinGet": "winget", + "VCRedist2022": "extras/vcredist2022" + }, + "url": "https://github.com/microsoft/winget-cli/releases/download/v1.4.10173/Microsoft.WinGet.Client-PSModule.zip", + "hash": "fe71c539b3486da53bd3ae42756c56f3220d36f3b552f4149baf19e9ec4002d1", + "psmodule": { + "name": "Microsoft.WinGet.Client" + }, + "checkver": { + "github": "https://github.com/microsoft/winget-cli" + }, + "autoupdate": { + "url": "https://github.com/microsoft/winget-cli/releases/download/v1.4.10173/Microsoft.WinGet.Client-PSModule.zip", + "hash": { + "url": "$baseurl/Microsoft.Winget.Client.txt" + } + } +} From 9fd501c61919e5849e6b4adf9538362ae7aff9ac Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Wed, 25 Jan 2023 18:23:16 +0800 Subject: [PATCH 2/2] Remove vcredist suggest --- bucket/winget-ps.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/winget-ps.json b/bucket/winget-ps.json index ca0d8b64e58e1..7c2d0261c1ed0 100644 --- a/bucket/winget-ps.json +++ b/bucket/winget-ps.json @@ -5,8 +5,7 @@ "license": "MIT", "suggest": { "PowerShell Core": "pwsh", - "WinGet": "winget", - "VCRedist2022": "extras/vcredist2022" + "WinGet": "winget" }, "url": "https://github.com/microsoft/winget-cli/releases/download/v1.4.10173/Microsoft.WinGet.Client-PSModule.zip", "hash": "fe71c539b3486da53bd3ae42756c56f3220d36f3b552f4149baf19e9ec4002d1",