From ba9361b5b2153302b27f60a04b74d21b84761d65 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 25 Jan 2022 16:15:42 +0000 Subject: [PATCH] AU: 1 updated - nginx [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/a0f1c6b61f607437ef42fdaec8099e1a73b37a31 --- automatic/nginx/legal/VERIFICATION.txt | 4 ++-- automatic/nginx/nginx.nuspec | 2 +- automatic/nginx/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/nginx/legal/VERIFICATION.txt b/automatic/nginx/legal/VERIFICATION.txt index a88bd924d6..df7338d13e 100644 --- a/automatic/nginx/legal/VERIFICATION.txt +++ b/automatic/nginx/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: 3709B017104E25C7B94C69B68F85D6CE23D04BE835597C9D21FC9D455D69E1EA + checksum32: B00326617C7461F3DF955A7FC11B2BD4D032FC5FA5EA7C49E748A2287EFA51A5 File 'LICENSE.txt' is obtained from diff --git a/automatic/nginx/nginx.nuspec b/automatic/nginx/nginx.nuspec index 1aecad9b0a..588eca1f16 100644 --- a/automatic/nginx/nginx.nuspec +++ b/automatic/nginx/nginx.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.21.5 + 1.21.6 Maurice Kevenaar diff --git a/automatic/nginx/tools/chocolateyInstall.ps1 b/automatic/nginx/tools/chocolateyInstall.ps1 index 0b3642b0fa..37fafba08a 100644 --- a/automatic/nginx/tools/chocolateyInstall.ps1 +++ b/automatic/nginx/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $pp = Get-PackageParameters $arguments = @{ packageName = $env:chocolateyPackageName - file = "$toolsDir\nginx-1.21.5.zip" + file = "$toolsDir\nginx-1.21.6.zip" destination = if ($pp.installLocation) { $pp.installLocation } else { Get-ToolsLocation } port = if ($pp.Port) { $pp.Port } else { 80 } serviceName = if ($pp.NoService) { $null } elseif ($pp.serviceName) { $pp.serviceName } else { 'nginx' }