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 Jun 20, 2020
1 parent b9e2178 commit a5835e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>0.0</version>
<version>1.15.5</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.5/KeeWeb-1.15.5.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.5/KeeWeb-1.15.5.win.arm64.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.5/KeeWeb-1.15.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: C775488E31AB92F7EFD5FDEE9247DE0E5263F2A142074706032CE771242A2154
checksum64: 04E5C3A3845AE468EA0A0434D31182A6E192814388C68302F8EA0D984C1E3A34
checksum64: 5C06B7E0756F272A77AD6639CCB2EA49B9CDE524DB6E4644E3003734E8E7EFBD

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/01b57cf33fca8342d619120bf88ce7c680413ddc/LICENSE>
2 changes: 1 addition & 1 deletion automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.15.5.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.15.5.win.arm64.exe"
file64 = "$toolsPath\KeeWeb-1.15.5.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit a5835e4

Please sign in to comment.