Skip to content

Commit

Permalink
AU: 1 updated - keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 13, 2021
1 parent 3edd1e7 commit 5c57924
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.17.1</version>
<version>1.17.2</version>
<authors>antelle</authors>
<owners>chocolatey-community,wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keeweb/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/keeweb/keeweb/releases/tag/v1.17.1>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.17.2>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.1/KeeWeb-1.17.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.1/KeeWeb-1.17.1.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.2/KeeWeb-1.17.2.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.2/KeeWeb-1.17.2.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: 14378700515A9AAC99BB2196D1F1521918A409C1E1A44C05111B88AB017B7040
checksum64: E4B4F6A1B0F3B55F647678DDCE5A9E04BB0D332B496852DBA6FED9D4DBCB9209
checksum32: C212E6E40BAC790115E642F27B59AA30F9DFB3DE491665707B194933929722DC
checksum64: 0223F1D0A0555E6C7C3C540A5627F6D9777DCEF8FE509D10DC36CF22532752A0

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

0 comments on commit 5c57924

Please sign in to comment.