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 Nov 26, 2020
1 parent 3ee81a0 commit f4a272f
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "89.0.4337.0-snapshots",
"snapshots": "89.0.4338.0-snapshots",
"stable": "87.0.4280.66"
}
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>89.0.4337.0-snapshots</version>
<version>89.0.4338.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
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/830872/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/830875/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/831244/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/831247/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: F784784286A271D3569C773FA0AA5906852B7FADD02E4631BBE04F5CD7519D2E
checksum64: 5DAE8C512B80A444C4B4657DC52C132CE61B4FC925B71A76367237C443E8C429
checksum32: 4ADC2B4F8A723CE374467A9A6CBBA784B3F33D0686F0BA764E0AFF1AD59DBB27
checksum64: F4B25036231F3E38EAA0026563805EB03E8F4BDF06508A9A0E786C151A11C3F9

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 = "89.0.4337.0-snapshots"
$version = "89.0.4338.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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Everything</id>
<version>1.4.1992</version>
<version>1.4.1999</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
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.992.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.992.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.999.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.999.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: A09952D4266AE1C68F79D3C655A622549B0102D3F5AB521302E122A8679819B8
checksum64: 63C4AF38CCD45EF3F93CB2DE976ED04253FB37115D973FB6529363D651412117
checksum32: 7EBD723BBD57F42850E8DCE093767D859D31F4C833FE3B007E071A0429DD79E5
checksum64: 9179C4A9EB6EFB636135FBEC02D2D72FA3E61A8C2A452A247DA67D1BB7D32769
checksum es.exe: 5AE97E10B832B8B94427B685E3C733896524B2269D8E096D40194F3CCB05A073

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.992.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.999.x64-Setup.exe

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

0 comments on commit f4a272f

Please sign in to comment.