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 10, 2017
1 parent 46b3faa commit edbf812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26.20170623</version>
<version>2.4.27</version>
<title>Apache HTTP Server Project</title>
<authors>Apache Software Foundation</authors>
<owners>chocolatey</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/apache-httpd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$pp = Get-PackageParameters

$fileName32 = 'httpd-2.4.26-x86-vc14.zip'
$fileName64 = 'httpd-2.4.26-x64-vc14.zip'
$fileName32 = 'httpd-2.4.27-x86-vc14.zip'
$fileName64 = 'httpd-2.4.27-x64-vc14.zip'
$arguments = @{
packageName = $env:chocolateyPackageName
file = Join-Path $toolsDir $fileName32
Expand Down

0 comments on commit edbf812

Please sign in to comment.