Skip to content

Commit

Permalink
AU: 1 updated - keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 8, 2020
1 parent b5367aa commit ec9dae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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.5.4</version>
<version>2.6.0-beta1</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>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
8 changes: 4 additions & 4 deletions automatic/keepassxc/legal/VERIFICATION.txt
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/keepassxreboot/keepassxc/releases/download/2.5.4/KeePassXC-2.5.4-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.5.4/KeePassXC-2.5.4-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.0-beta1/KeePassXC-2.6.0-beta1-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.0-beta1/KeePassXC-2.6.0-beta1-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: C6A37CD95213273E7F3DA2C3D0DF79389B3D851626D5D47143A5A1EFA953913A
checksum64: 01BF1B593EFC4A9B92E0CA7148414F6D4F0E63521AEFA64D1F8CAA0327D35E91
checksum32: 021167A1FF4978E8427B112DF88C236FCD7E5F00844794A646D3D2D07544A230
checksum64: 9F6FD3C1B3E9186EC88686AA7DDF196A421496205699759A1682A6B15B2A50B3

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/470a74ee24793eaccab0ae371a7ee970b95bfeb9/COPYING>
8 changes: 4 additions & 4 deletions automatic/keepassxc/tools/chocolateyInstall.ps1
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
packageName = 'keepassxc'
softwareName = 'KeePassXC'
fileType = 'msi'
file = "$toolsDir\KeePassXC-2.5.4-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.5.4-Win64.msi"
checksum = 'C6A37CD95213273E7F3DA2C3D0DF79389B3D851626D5D47143A5A1EFA953913A'
file = "$toolsDir\KeePassXC-2.6.0-beta1-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.0-beta1-Win64.msi"
checksum = '021167A1FF4978E8427B112DF88C236FCD7E5F00844794A646D3D2D07544A230'
checksumType = 'sha256'
checksum64 = '01BF1B593EFC4A9B92E0CA7148414F6D4F0E63521AEFA64D1F8CAA0327D35E91'
checksum64 = '9F6FD3C1B3E9186EC88686AA7DDF196A421496205699759A1682A6B15B2A50B3'
checksumType64 = 'sha256'

# MSI
Expand Down

0 comments on commit ec9dae9

Please sign in to comment.