From 72befcc773695aca2be2561c63a09b0f2385248b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 4 Dec 2023 18:16:57 +0000 Subject: [PATCH] AU: 1 updated - powertoys [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/78e633c0934e82562518472396ed236be5c86df5 --- automatic/powertoys/powertoys.nuspec | 2 +- automatic/powertoys/tools/chocolateyinstall.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/powertoys/powertoys.nuspec b/automatic/powertoys/powertoys.nuspec index 975d03e05..f91684bf3 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.75.1 + 0.76.0 Microsoft diff --git a/automatic/powertoys/tools/chocolateyinstall.ps1 b/automatic/powertoys/tools/chocolateyinstall.ps1 index 1832309a4..15d0eb33b 100644 --- a/automatic/powertoys/tools/chocolateyinstall.ps1 +++ b/automatic/powertoys/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = "0.75.1" -$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.75.1/PowerToysSetup-0.75.1-x64.exe' -$checksum64 = '18feb9377b0ba45189fff4f89627b152dd794ccc15f005592b34a40a3ea62ea8' +$version = "0.76.0" +$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.76.0/PowerToysSetup-0.76.0-x64.exe' +$checksum64 = '4f24a288ac92dd0ab74ef52cfe3d66fa744bdc6889cb4e3ed088763d9134c06d' $WindowsVersion=[Environment]::OSVersion.Version if ($WindowsVersion.Major -ne "10") {