From 3120a19a955d122097cb282da96a7aaff08a2cd6 Mon Sep 17 00:00:00 2001 From: Ali Heikal Date: Thu, 27 Aug 2020 05:29:19 +0200 Subject: [PATCH] Fix Hash for Bot Framework Emulator 4.9.0 (#3268) There was a change to 4.9.0 release, thus, the downloadable doesn't have the same hash anymore and prompts hash error during install using winget. This PR is to fix it accordingly. Link to release 4.9.0: https://github.com/microsoft/BotFramework-Emulator/releases/tag/v4.9.0 --- manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml b/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml index 9b6258642..cff15db1c 100644 --- a/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml +++ b/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml @@ -12,7 +12,7 @@ Installers: - Arch: x64 InstallerType: EXE Url: https://github.com/microsoft/BotFramework-Emulator/releases/download/v4.9.0/BotFramework-Emulator-4.9.0-windows-setup.exe - Sha256: EDE23BCAD7200D83EFFE6621534D654CBB986ECCADB4E1E35B9EA50C7EF220B8 + Sha256: 5FF9A31ED28737B4E689BA5A325F88343707E1CF5CCB2014C587E38314A010EE Switches: Silent: /S SilentWithProgress: /S