Skip to content

Commit

Permalink
AU: 2 updated - chromium keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 24, 2022
1 parent 787c7cc commit 1161667
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "109.0.5377.0-snapshots",
"snapshots": "109.0.5378.0-snapshots",
"stable": "106.0.5249.119"
}
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>109.0.5377.0-snapshots</version>
<version>109.0.5378.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/1062564/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1062564/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1062612/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1062612/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: 3E53EA2076E5F687771E3C6F67A945A2493B23BDFD6BBB625DBE8D3C3A62E3DC
checksum64: BFC9352411F782C9AD0FB47EF5358430007931BBBB4FB04DE9F4D04C040BDA94
checksum32: 7D7C32E69BDA41EFB04A6EB2F42CA1459C30223BA55F6CBA51B50E92CEEB5EDD
checksum64: 6AC903BE2A6C506A4ED23B9BB39FFEA2DD68C8C686A703EDF09795D57EF573E3

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 = "109.0.5377.0-snapshots"
$version = "109.0.5378.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/keepassxc/keepassxc.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.7.1</version>
<version>2.7.3</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/keepassxc/legal/VERIFICATION.txt
Expand Up @@ -2,16 +2,16 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.1>
The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.3>
and can be verified like this:

1. Download the following installers:
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.1/KeePassXC-2.7.1-Win64.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.3/KeePassXC-2.7.3-Win64.msi>
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
checksum64: A737DD49A49A3C4B5FEADCC4FC60B7B039155D68C6EA68779F50431E8BD9BB37
checksum64: CEFD32F45A5D0A934A92486E70936F3FCE9FBA142FA06B2755C9C5465846850A

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
2 changes: 1 addition & 1 deletion automatic/keepassxc/tools/chocolateyInstall.ps1
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KeePassXC'
fileType = 'msi'
file64 = "$toolsDir\KeePassXC-2.7.1-Win64.msi"
file64 = "$toolsDir\KeePassXC-2.7.3-Win64.msi"
# MSI
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 1161667

Please sign in to comment.