Skip to content

Commit

Permalink
AU: 3 updated - apache-httpd chromium gom-player
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 22, 2018
1 parent 92cb22f commit 168ee4a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.32</version>
<version>2.4.33</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.32-o102n-x86-vc14.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.32-o102n-x64-vc14.zip>
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.33-o102n-x86-vc14.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.33-o102n-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: 6F6707362F300A1F0DAF2A4E279AE1B577E1D31F5A93AC77DF98811A98736951
checksum64: 35AA77FA290FFD85E56EFA476C0697E842AC657669C3988509AF10E88FAC2463
checksum32: 4C2A31F93D3288DD367594F3A593FAAFC50B9C5484E42E5FB3BC16226F832B10
checksum64: A18A92E816EB2DAA0A9E0E4808A719B6C2EAD86B9A4F4D09B9278884E991CBAA

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.32-o102n-x86-vc14.zip"
file64 = "$toolsDir\httpd-2.4.32-o102n-x64-vc14.zip"
file = "$toolsDir\httpd-2.4.33-o102n-x86-vc14.zip"
file64 = "$toolsDir\httpd-2.4.33-o102n-x64-vc14.zip"
destination = if ($pp.installLocation) { $pp.installLocation } else { $env:APPDATA }
port = if ($pp.Port) { $pp.Port } else { 8080 }
serviceName = if ($pp.serviceName) { $pp.serviceName } else { 'Apache' }
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>67.0.3378.0-snapshots</version>
<version>67.0.3379.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/544631/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/544628/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/544978/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/544975/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: EF1B0494650EEECD07A3D42E85FFE16DFD82FCD036E1BD143808ADEFCF056C28
checksum64: CE6D3023EDA4CF15E76C368A9C7C1F22E7DBF3100F38E9C9C33C2632CDF3EBFB
checksum32: AFCF6413B599D5AB9C7432C3FB91598BC4AFA5B9C40F673B63E1F20668C54E30
checksum64: B64AD875A0E6FE64121BCDAB32A69FF84F4967F8B7FA16D077385B312C483ADF

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "67.0.3378.0-snapshots"
$version = "67.0.3379.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.27.5284</version>
<version>2.3.28.5285</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = '7f2a43f7a083d77b8ecd1d2241f1f08e367b98afcf7bd0a6086075ea2f078760'
checksum = '85c273ad770529e2d6ff9eb72337e6657c61da704331ae6e9371ede7dfcaa564'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 168ee4a

Please sign in to comment.