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 Oct 27, 2019
1 parent afa43de commit a1985ad
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.12.0</version>
<version>1.12.1</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.12.0/KeeWeb-1.12.0.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.0/KeeWeb-1.12.0.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.1/KeeWeb-1.12.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.1/KeeWeb-1.12.1.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: 10F5D2D963C36430D71F424B1E8097964D7F89D126C566FAB93A23D201E047E8
checksum64: 7B01AAE602F41BB6451A839B2EF2CC633A0F675B7842A2ED135429A82353EE2F
checksum32: 2B8F4643BE883BA40C3D1BD992B4D815DA3FAF99ABF8A27D610C523A90FF6020
checksum64: 3397EB7FD9CA1193DCD62CEB1934043F9F85252BB548464E78B843450A090036

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.12.0.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.0.win.x64.exe"
file = "$toolsPath\KeeWeb-1.12.1.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.1.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit a1985ad

Please sign in to comment.