Skip to content

Commit

Permalink
AU: 1 updated - apache-httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 9, 2021
1 parent 651f15f commit e06da82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/apache-httpd/apache-httpd.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>apache-httpd</id>
<version>2.4.50</version>
<version>2.4.51</version>
<title>Apache HTTP Server Project</title>
<authors>Apache Software Foundation</authors>
<owners>chocolatey-community</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/apache-httpd/legal/VERIFICATION.txt
Expand Up @@ -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: <https://www.apachehaus.com/downloads/httpd-2.4.50-o111l-x86-vc15.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.50-o111l-x64-vc15.zip>
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.51-o111l-x86-vc15.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.51-o111l-x64-vc15.zip>
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 <https://www.apache.org/licenses/LICENSE-2.0.txt>
4 changes: 2 additions & 2 deletions automatic/apache-httpd/tools/chocolateyInstall.ps1
Expand Up @@ -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' }
Expand Down

0 comments on commit e06da82

Please sign in to comment.