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 committed Jul 14, 2018
1 parent 93ae8b6 commit 61e8e08
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
Original file line number Diff line number Diff line change
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.33.20180409</version>
<version>2.4.34</version>
<title>Apache HTTP Server Project</title>
<authors>Apache Software Foundation</authors>
<owners>chocolatey</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/apache-httpd/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.33-o102o-x86-vc14-r2.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.33-o102o-x64-vc14-r2.zip>
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.34-o102o-x86-vc14.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.34-o102o-x64-vc14.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: 376AEFDFDA8D65FC359DAA7417119A5D1397D21E820DA8594DF8DD797F14423B
checksum64: E46F99F8B085799A1C03495F084946DF99D27FDDB9BBBE17A65EBE9637366D44
checksum32: E8CF69CEDBA787518CF6F6EBFBF7DCE2BD514926DB2AD08D453FF1A6B9C6F437
checksum64: B209076C945C038D57F7655FFA8D06FEC10D08E138C293130DA7939B5859B10F

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
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $pp = Get-PackageParameters

$arguments = @{
packageName = $env:chocolateyPackageName
file = "$toolsDir\httpd-2.4.33-o102o-x86-vc14-r2.zip"
file64 = "$toolsDir\httpd-2.4.33-o102o-x64-vc14-r2.zip"
file = "$toolsDir\httpd-2.4.34-o102o-x86-vc14.zip"
file64 = "$toolsDir\httpd-2.4.34-o102o-x64-vc14.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 61e8e08

Please sign in to comment.