Skip to content

Commit

Permalink
AU: 2 updated - chromium OpenSSL.Light
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 6, 2022
1 parent 40b8227 commit 88739a1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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": "105.0.5162.0-snapshots",
"snapshots": "105.0.5163.0-snapshots",
"stable": "103.0.5060.114"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>103.0.5060.114</version>
<title>Chromium</title>
<version>105.0.5163.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v103.0.5060.114-r1002911/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v103.0.5060.114-r1002911/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1021027/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1021028/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: 43B39FDEB76048280F69B8FC4B88A06AF1FD6F6E7CBA2473ECAE180981428634
checksum64: BE7EAA7E3DD215E770A6B89DF1C47B9244BCEB6AC15F880A3E5A586A5FEECCB1
checksum32: 23D077853EBE85B7DD16EA3F7E89B33D1463A84C40576EA60D0260E43AD8C8F1
checksum64: C974EBD51789E4F1CE270F7DF795BB12B0FC14C2B647206CD36F4BC955F6F98E

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 = "103.0.5060.114"
$version = "105.0.5163.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-3_0_4.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_4.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_0_5.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_5.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: 413B6DFB2266A883B29EE2886FD0033A58D09F858F9798A2A160376E467BF74A
checksum64: 2A1CE5BCF953407A8DB7AD732F462C0DFA6151382729B11439B45A1EDD387648
checksum32: F334F6896E1E319FF086D98AE861E135CC251DC6199048939D0AC5284D1CF281
checksum64: EA67F11C85078DE285302DD8233D08B49AE4BF5FC4D18C1B622ABD059D018DD9

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>3.0.4</version>
<version>3.0.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey-community</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-3_0_4.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_4.exe"
file = "$toolsPath\Win32OpenSSL_Light-3_0_5.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_5.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
Expand Down

0 comments on commit 88739a1

Please sign in to comment.