Skip to content

Commit

Permalink
AU: 1 updated - keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 12, 2021
1 parent 01305bf commit 8fba3b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/keepassxc/keepassxc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.6.5</version>
<version>2.6.6</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
10 changes: 5 additions & 5 deletions automatic/keepassxc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ 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.6.5>
The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.6>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.5/KeePassXC-2.6.5-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.5/KeePassXC-2.6.5-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.6/KeePassXC-2.6.6-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.6/KeePassXC-2.6.6-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
checksum32: 970E7C8214B0B71DDD0C9845175492D88363559569ED14EA7C37D2DDBE6A2375
checksum64: 037722ADD4AC4DA52ED5DF43640B990EF4123ADA185DA73835DC7C636AE876F7
checksum32: 4B48F83DD63D9388C8D982037A671832E72767DFC296FF5B91D2E76049095FED
checksum64: 41AB0337BC630FE7C0F91B89E3FD868E75BA8C10E4BC6011AA5799F1A0A738E4

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
4 changes: 2 additions & 2 deletions automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KeePassXC'
fileType = 'msi'
file = "$toolsDir\KeePassXC-2.6.5-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.5-Win64.msi"
file = "$toolsDir\KeePassXC-2.6.6-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.6-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 8fba3b2

Please sign in to comment.