From 8147774e5ad837ba2b77f843e97f9216ae36dede Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Mon, 8 Aug 2022 00:19:31 +0200 Subject: [PATCH] 220807 Chocolatey and Nuget --- nuget/ConEmu.Core/ConEmu.Core.nuspec | 2 +- nuget/chocolatey/ConEmu.nuspec | 2 +- nuget/chocolatey/tools/chocolateyInstall.ps1 | 4 ++-- nuget/chocolatey/tools/chocolateyUninstall.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nuget/ConEmu.Core/ConEmu.Core.nuspec b/nuget/ConEmu.Core/ConEmu.Core.nuspec index 2a9928f48..bb9e017aa 100644 --- a/nuget/ConEmu.Core/ConEmu.Core.nuspec +++ b/nuget/ConEmu.Core/ConEmu.Core.nuspec @@ -3,7 +3,7 @@ ConEmu.Core -22.4.18.0 +22.8.7.0 ConEmu.Core Maximus5 Maximus5 diff --git a/nuget/chocolatey/ConEmu.nuspec b/nuget/chocolatey/ConEmu.nuspec index 43af02732..26936ff81 100644 --- a/nuget/chocolatey/ConEmu.nuspec +++ b/nuget/chocolatey/ConEmu.nuspec @@ -3,7 +3,7 @@ ConEmu -22.4.18.0 +22.8.7.0 ConEmu Maximus5 Maximus5 diff --git a/nuget/chocolatey/tools/chocolateyInstall.ps1 b/nuget/chocolatey/tools/chocolateyInstall.ps1 index 994ffce58..9dbf5d272 100644 --- a/nuget/chocolatey/tools/chocolateyInstall.ps1 +++ b/nuget/chocolatey/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $package = 'ConEmu' -$version = '22.04.18' -$sha256 = 'D04E95800D932D522267119CFC4A740C3334FDC9A018C7BB0843B5A69D880206' +$version = '22.08.07' +$sha256 = 'E0ADFD2FFBEB44C9125A626AD600CCFBDEACBBA0624DF37D2DDD6C6D27D8D578' $isSytem32Bit = (($Env:PROCESSOR_ARCHITECTURE -eq 'x86') -and ` ($Env:PROCESSOR_ARCHITEW6432 -eq $null)) diff --git a/nuget/chocolatey/tools/chocolateyUninstall.ps1 b/nuget/chocolatey/tools/chocolateyUninstall.ps1 index 3af8204c5..a79a76f3b 100644 --- a/nuget/chocolatey/tools/chocolateyUninstall.ps1 +++ b/nuget/chocolatey/tools/chocolateyUninstall.ps1 @@ -1,5 +1,5 @@ $package = 'ConEmu' -$version = '22.04.18' +$version = '22.08.07' $isSytem32Bit = (($Env:PROCESSOR_ARCHITECTURE -eq 'x86') -and `