Skip to content

Commit

Permalink
AU: 2 updated - chromium keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 13, 2020
1 parent a518482 commit f763bce
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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": "85.0.4171.0-snapshots",
"snapshots": "85.0.4172.0-snapshots",
"stable": "83.0.4103.97"
}
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>85.0.4171.0-snapshots</version>
<version>85.0.4172.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/777947/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/777943/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/778089/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/778088/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: 2A6F7B89491220AD7E9EA758A0961CC70E482EDBEE9B4CFF65E49A9BCD8348E6
checksum64: 3DA9B396E62EFCC63D378F868F32CE8033A83850DE1EC6A21D5840893AF42A6A
checksum32: F4C2218A464CAAC8DB687C862A08B8852670FD0AFCE126D85A078E95F31E50AB
checksum64: 79BB119737D4C8BE26118A7D63FE5ECEF7448AE08F1CE9960DC12BE880959920

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 = "85.0.4171.0-snapshots"
$version = "85.0.4172.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/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.15.3</version>
<version>1.15.4</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.3/KeeWeb-1.15.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.3/KeeWeb-1.15.3.win.arm64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.4/KeeWeb-1.15.4.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.4/KeeWeb-1.15.4.win.arm64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 6E9E723808B054F5D9978DF8E758A4C4D3B097A87C03949C2C343A2A31C83FDF
checksum64: 2DB1D52B2343E0D0F6F51349729A86E685B293D03C8EDFFDF9241BE8D97F3B4A
checksum32: E4D5ABB1C120438659087F0D2DA5A5853C90BB0E68EA963C3539DA19D89FD6F3
checksum64: 7DE3BEAFDDFEF1B93BD8E8B2FAB4A81B1C506318FFF2319F957221675E9FBA3F

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/01b57cf33fca8342d619120bf88ce7c680413ddc/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.15.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.15.3.win.arm64.exe"
file = "$toolsPath\KeeWeb-1.15.4.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.15.4.win.arm64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit f763bce

Please sign in to comment.