Skip to content

Commit

Permalink
AU: 3 updated - chromium OpenSSL.Light patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 14, 2018
1 parent 5cc0d73 commit 8bd34b2
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "71.0.3552.0-snapshots",
"snapshots": "71.0.3553.0-snapshots",
"stable": "69.0.3497.92"
}
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>71.0.3552.0-snapshots</version>
<version>71.0.3553.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/590917/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/590915/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/591288/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/591288/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: 7ADC360B7B3EB2DCFF31BB08BF4AB62AFD760F78ACD47443D10DCE660A9F4A71
checksum64: 3238424A885CEE6B5D44D1C9AE483E338471661F76A03437D67BBEC03E09ADD1
checksum32: D2F58696801C22B960CC8C1D04E64F634D8E6226C2349FF46638AB4A555B2A1F
checksum64: 6110415FFA059B4D6205311EBE2F60266E8C0D8EF2328A2C15250864EDF09DCB

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 = "71.0.3552.0-snapshots"
$version = "71.0.3553.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/openssl.light/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://slproweb.com/products/Win32OpenSSL.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-1_1_0i.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-1_1_0i.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-1_1_1.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-1_1_1.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: 2B374089A50E0990FCDC5E2EF6509523110387953BF5355EFD72E6069D4FEC24
checksum64: 3F72E44BDF3BF94D91DF6363543F664FA59135BE37C07F321E0FAC0F32D11C3A
checksum32: A0EAEF6655B2E1C89C55026B3A4E73D2562F401EF023BE8EC8A0EEFDE95B6F42
checksum64: 9069963443E04804BFF3E82AD8593EDC26EAD3E4DDD7524436EE0553D9A47671

The file 'LICENSE.txt' has been obtained from <https://www.openssl.org/source/license.txt>
2 changes: 1 addition & 1 deletion automatic/openssl.light/openssl.light.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>OpenSSL.Light</id>
<version>1.1.0.80000000</version>
<version>1.1.1</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl.light/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $silentArgs += '/DIR="{0}"' -f $( if ($pp.InstallDir) { $pp.InstallDir } else {
$packageArgs = @{
packageName = 'OpenSSL.Light'
fileType = 'exe'
file = "$toolsPath\Win32OpenSSL_Light-1_1_0i.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-1_1_0i.exe"
file = "$toolsPath\Win32OpenSSL_Light-1_1_1.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-1_1_1.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.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>patch-my-pc</id>
<version>4.0.1.5</version>
<version>4.1.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = 'ddbe04a7295d3b9a1d5fdde7b36ec8af46d7c5364d40b0aca0e154d011a9003e'
checksum = '72c5cfe89a908d01066235775017206a94b6a2a2b5f08ee3925b712c1375d9ef'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 8bd34b2

Please sign in to comment.