From e06da82af3eb9fedbcdf901ecab22fddac18c0c5 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 9 Oct 2021 06:13:20 +0000 Subject: [PATCH] AU: 1 updated - apache-httpd [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/44ade108ad816694c3ec2225ef29ce5e6b1c2708 --- automatic/apache-httpd/apache-httpd.nuspec | 2 +- automatic/apache-httpd/legal/VERIFICATION.txt | 8 ++++---- automatic/apache-httpd/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/apache-httpd/apache-httpd.nuspec b/automatic/apache-httpd/apache-httpd.nuspec index 1a3a4c25840..1a1b68ad015 100644 --- a/automatic/apache-httpd/apache-httpd.nuspec +++ b/automatic/apache-httpd/apache-httpd.nuspec @@ -3,7 +3,7 @@ apache-httpd - 2.4.50 + 2.4.51 Apache HTTP Server Project Apache Software Foundation chocolatey-community diff --git a/automatic/apache-httpd/legal/VERIFICATION.txt b/automatic/apache-httpd/legal/VERIFICATION.txt index 590c4d21ef8..f8d7edb1723 100644 --- a/automatic/apache-httpd/legal/VERIFICATION.txt +++ b/automatic/apache-httpd/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ 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: - 64-Bit: + 32-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 - checksum32: 34C7763B4365504497BA5D40EB79943AA4213ED2F3F95BAC376185B3FF2AEEAB - checksum64: EF13819F556E2625E4031C22AD4948F9AA81A2803EFB7CFA989FE3020762C4A6 + checksum32: 8A9EB60BE972D801F563F59C61714313B506E37E253AFEFA46C0F755F71B8289 + checksum64: 377283538CE6BFE86B59694E52F83A93293259491D65419063697B85FC9B11C0 File 'LICENSE.txt' is obtained from diff --git a/automatic/apache-httpd/tools/chocolateyInstall.ps1 b/automatic/apache-httpd/tools/chocolateyInstall.ps1 index d8aaec1e832..1851b2a9c4c 100644 --- a/automatic/apache-httpd/tools/chocolateyInstall.ps1 +++ b/automatic/apache-httpd/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $pp = Get-PackageParameters $arguments = @{ packageName = $env:chocolateyPackageName - file = "$toolsDir\httpd-2.4.50-o111l-x86-vc15.zip" - file64 = "$toolsDir\httpd-2.4.50-o111l-x64-vc15.zip" + file = "$toolsDir\httpd-2.4.51-o111l-x86-vc15.zip" + file64 = "$toolsDir\httpd-2.4.51-o111l-x64-vc15.zip" destination = if ($pp.installLocation) { $pp.installLocation } else { $env:APPDATA } port = if ($pp.Port) { $pp.Port } else { 8080 } serviceName = if ($pp.NoService) { $null } elseif ($pp.serviceName) { $pp.serviceName } else { 'Apache' }