Skip to content

Commit

Permalink
AU: 1 updated - keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 30, 2019
1 parent 2c6d3ba commit 31e5a4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.11.3</version>
<version>1.11.5</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.11.3/KeeWeb-1.11.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.3/KeeWeb-1.11.3.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.5/KeeWeb-1.11.5.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.5/KeeWeb-1.11.5.win.x64.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: 2279B06C04A56163E4C185C7105FD8E25881A3DF607E21E98CDFEBEB224A320F
checksum64: 777A1E5C4A74DFE7B44A324DE018C55A9785C8B5C9ABCD94C0E4ADCBF21B0BFA
checksum32: A4FF34B236539DD358722262DA5A6D54434B4A0A2B92E2CFB68729E4C78A8B8A
checksum64: C523BD9ECCCA9F09EE8FF3033B763653B66AD151F8A39385418CE445832DC5C1

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/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.11.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.11.3.win.x64.exe"
file = "$toolsPath\KeeWeb-1.11.5.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.11.5.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 31e5a4d

Please sign in to comment.