Skip to content

Commit

Permalink
AU: 2 updated - chromium Everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 10, 2022
1 parent b8ad22b commit 79c7a15
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "108.0.5350.0-snapshots",
"snapshots": "108.0.5351.0-snapshots",
"stable": "106.0.5249.103"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>108.0.5350.0-snapshots</version>
<version>108.0.5351.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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/1056741/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1056740/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1056798/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1056792/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: FC5A08B6A8BEC777F81FACFF3BCF15CAD6EBC90310C66DF8724CEFC9D67E0ED8
checksum64: 3565E1E1591E5E6299E525E66D244FC47E0FE1DAEAA23C9435D0B3D3E700BB39
checksum32: E04B82D4DBC88AD994FBBCA79A4ACD609F2E0D2021A6AB77AED8492451C15D81
checksum64: 9B1B16DA60B08406FD6A495A47B3609838814C150CB45C6FB9744063E203E13E

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "108.0.5350.0-snapshots"
$version = "108.0.5351.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/everything/Everything.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Everything</id>
<version>1.4.11021</version>
<version>1.4.11022</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.1021.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1021.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.1022.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1022.x64-Setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 772303777BE960951E8BE6E151EE7B2F73F5AB772BCA650000522B9988E38DBB
checksum64: 27033A4911D43E7C745D3EEF9E9F5C1490B1755082A5708C3385794413C64D95
checksum32: 3860E524FBFE73D52ED16F762E6ED705CC31A520AC601E4BD8622CD99F93AF58
checksum64: 488D285760EB1AEB148E2AEC18A2F063571A6630ACB26A02B6751C56CA4A95BE

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1021.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1022.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down

0 comments on commit 79c7a15

Please sign in to comment.