From ac1e115f44ff5a0c6047e62f33cced9e1b595b8e Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 11 Oct 2023 00:16:43 +0000 Subject: [PATCH] AU: 1 updated - microsoft-windows-terminal [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/bd925a8b7d4e4da769c0ada50a7b096113a301c6 --- automatic/microsoft-windows-terminal/legal/VERIFICATION.txt | 4 ++-- .../microsoft-windows-terminal.json | 4 ++-- .../microsoft-windows-terminal.nuspec | 2 +- .../microsoft-windows-terminal/tools/chocolateyInstall.ps1 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/microsoft-windows-terminal/legal/VERIFICATION.txt b/automatic/microsoft-windows-terminal/legal/VERIFICATION.txt index 9e8a87808..8e929cbe6 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: 7B57906D885F7E1AD45802B27089F0105DA586806AF50EF7967DF3973BFB31E8 + checksum32: E1D7856F00039923ABA1D2EE9D742D6FABD84E530161D021ADA9C36590300388 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 136ff3aa5..fcab363e1 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.18.2681.0", - "Microsoft.WindowsTerminalPreview": "1.19.2682.0-beta" + "Microsoft.WindowsTerminal": "1.18.2822.0", + "Microsoft.WindowsTerminalPreview": "1.19.2831.0-beta" } diff --git a/automatic/microsoft-windows-terminal/microsoft-windows-terminal.nuspec b/automatic/microsoft-windows-terminal/microsoft-windows-terminal.nuspec index e9ecad6a2..659fe4b6b 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.19.2682.0-beta + 1.19.2831.0-beta Maurice Kevenaar diff --git a/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 b/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 index b965458e3..8dd344859 100644 --- a/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 +++ b/automatic/microsoft-windows-terminal/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$fileName = "$toolsDir\Microsoft.WindowsTerminalPreview_1.19.2682.0_8wekyb3d8bbwe.msixbundle" -$version = "1.19.2682.0" +$fileName = "$toolsDir\Microsoft.WindowsTerminalPreview_1.19.2831.0_8wekyb3d8bbwe.msixbundle" +$version = "1.19.2831.0" $PreRelease = "True" $WindowsVersion=[Environment]::OSVersion.Version