diff --git a/automatic/microsoft-windows-terminal/legal/VERIFICATION.txt b/automatic/microsoft-windows-terminal/legal/VERIFICATION.txt index f0bfe98a7a..972089de9c 100644 --- a/automatic/microsoft-windows-terminal/legal/VERIFICATION.txt +++ b/automatic/microsoft-windows-terminal/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 715F0CA49AD280F441DE8EDF48F7498C7A3B36AE7DD3796AAA7E2DA4DC5F4761 + checksum32: 55F01F692C0FDECEB7B007614FB97F592C54EB43F46D42092617A57C8E84EAB0 File 'LICENSE.txt' is obtained from diff --git a/automatic/microsoft-windows-terminal/microsoft-windows-terminal.json b/automatic/microsoft-windows-terminal/microsoft-windows-terminal.json index 2e1c71e727..d673244382 100644 --- a/automatic/microsoft-windows-terminal/microsoft-windows-terminal.json +++ b/automatic/microsoft-windows-terminal/microsoft-windows-terminal.json @@ -1,4 +1,4 @@ { - "Microsoft.WindowsTerminal": "1.11.3471.0", + "Microsoft.WindowsTerminal": "1.12.10334.0", "Microsoft.WindowsTerminalPreview": "1.12.3472.0-beta" } diff --git a/automatic/microsoft-windows-terminal/microsoft-windows-terminal.nuspec b/automatic/microsoft-windows-terminal/microsoft-windows-terminal.nuspec index bc3174bdef..4bcc5b7f1a 100644 --- a/automatic/microsoft-windows-terminal/microsoft-windows-terminal.nuspec +++ b/automatic/microsoft-windows-terminal/microsoft-windows-terminal.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.12.3472.0-beta + 1.12.10334.0 Maurice Kevenaar diff --git a/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 b/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 index 868eeb80bd..03242771dc 100644 --- a/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 +++ b/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$fileName = "$toolsDir\Microsoft.WindowsTerminalPreview_1.12.3472.0_8wekyb3d8bbwe.msixbundle" -$version = "1.12.3472.0" -$PreRelease = "True" +$fileName = "$toolsDir\Microsoft.WindowsTerminal_1.12.10334.0_8wekyb3d8bbwe.msixbundle" +$version = "1.12.10334.0" +$PreRelease = "False" $WindowsVersion=[Environment]::OSVersion.Version if ($WindowsVersion.Major -ne "10") {