Skip to content

Commit

Permalink
AU: 3 updated - 1password alldup chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 4, 2021
1 parent 5dca0e7 commit c0ac9aa
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.7.807-BETA",
"OPW": "7.7.807",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.7.807-BETA</version>
<version>7.7.807</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.807-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.807.exe'
softwareName = '1Password*'
checksum = '504e9e417d3190c802c27bed7c6d6e1069e7d7304ebbe1cd2fae691e286d0467'
checksumType = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.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>alldup</id>
<version>4.4.47</version>
<version>4.4.52</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 08D6F7BDE7FA8632112536CFA1572B7EA21BACF71E923DC2DE162AA1BC6A8C0D
checksum32: 731D95C5178E5606B944C334F1E2C4B3C6D733E6DCC660471A6F2B87DF4D17F5

File 'Redistribution.pdf' is from personal email communication
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": "93.0.4532.0-snapshots",
"snapshots": "93.0.4533.0-snapshots",
"stable": "91.0.4472.77"
}
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>93.0.4532.0-snapshots</version>
<version>93.0.4533.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/888723/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/888726/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/889292/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/889292/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: 4485BA7C402A6924991DA892606F2817ADA3B4B4D9FF49B155CEEE6D7912591D
checksum64: 7B681B9F5751A564066EE7CC85E5AEA7C55D7869A2F2C49F10616547D6A6A311
checksum32: 4BDFEA08309E844A7D6187880E8B2D6CE30124C828537EF606FF252B487BF8FE
checksum64: 63A3A8ED488B7444F724E5E8215D570039DFC0FBD3F017133FD5EB9B0220441C

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 = "93.0.4532.0-snapshots"
$version = "93.0.4533.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit c0ac9aa

Please sign in to comment.