From e93acc9d6f9cbe2fa7ed5f88782dfae2ee00a433 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 31 Dec 2020 19:14:06 +0000 Subject: [PATCH] AU: 1 updated - powertoys [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/94f82cf4cf0171ea648a0d61793f42789c93d0ca --- automatic/powertoys/legal/VERIFICATION.txt | 4 ++-- automatic/powertoys/powertoys.nuspec | 2 +- automatic/powertoys/tools/chocolateyinstall.ps1 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/powertoys/legal/VERIFICATION.txt b/automatic/powertoys/legal/VERIFICATION.txt index 5c541514e..f4db5ee93 100644 --- a/automatic/powertoys/legal/VERIFICATION.txt +++ b/automatic/powertoys/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: - 64-Bit: + 64-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 - checksum64: BC635394B092A11958B2C6AF66DBFE0F8D1C2DD52CE758D5963125061241AC64 + checksum64: 6E4FF3DB261A0704659CE53346F2EDF62AF57C6736594889D9B60E099F246BA6 File 'LICENSE.txt' is obtained from diff --git a/automatic/powertoys/powertoys.nuspec b/automatic/powertoys/powertoys.nuspec index 42a2c1f34..91b0a5fa9 100644 --- a/automatic/powertoys/powertoys.nuspec +++ b/automatic/powertoys/powertoys.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.29.0 + 0.29.3 Microsoft diff --git a/automatic/powertoys/tools/chocolateyinstall.ps1 b/automatic/powertoys/tools/chocolateyinstall.ps1 index da0996ea0..6c11bc164 100644 --- a/automatic/powertoys/tools/chocolateyinstall.ps1 +++ b/automatic/powertoys/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$fileName = "$toolsDir\PowerToysSetup-0.29.0-x64.exe" -$version = "0.29.0" +$fileName = "$toolsDir\PowerToysSetup-0.29.3-x64.exe" +$version = "0.29.3" $WindowsVersion=[Environment]::OSVersion.Version if ($WindowsVersion.Major -ne "10") {