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 Jan 7, 2019
1 parent a4697e5 commit 72e83d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/keeweb/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/88bbbf93f61ceb6787fbdf191a9542dddfcb2c2c/icons/keeweb.png" width="48" height="48"/> [KeeWeb](https://chocolatey.org/packages/keeweb)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@88bbbf93f61ceb6787fbdf191a9542dddfcb2c2c/icons/keeweb.png" width="48" height="48"/> [KeeWeb](https://chocolatey.org/packages/keeweb)

Free cross-platform password manager compatible with KeePass.

Expand Down
4 changes: 2 additions & 2 deletions 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.6.3</version>
<version>1.7.1</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down Expand Up @@ -47,7 +47,7 @@ This webapp is a browser and desktop password manager compatible with KeePass da
<licenseUrl>https://github.com/keeweb/keeweb/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<!-- Source: https://github.com/keeweb/keeweb/raw/master/graphics/128x128.png -->
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/88bbbf93f61ceb6787fbdf191a9542dddfcb2c2c/icons/keeweb.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@88bbbf93f61ceb6787fbdf191a9542dddfcb2c2c/icons/keeweb.png</iconUrl>
<releaseNotes>https://github.com/keeweb/keeweb/releases</releaseNotes>
<!-- Specific to Chocolatey -->
<projectSourceUrl>https://github.com/keeweb/keeweb</projectSourceUrl>
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.6.3/KeeWeb-1.6.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.6.3/KeeWeb-1.6.3.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.7.1/KeeWeb-1.7.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.7.1/KeeWeb-1.7.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: FB589C4F79D0ED41E57235A2E5939E87C9693F1F764DEA56AA61E453DCFF112D
checksum64: 1442EC5CA82360B5F132F17D035E3E69AB5C68CFB35FB8C4F92454A07CD765F7
checksum32: E682295CDB5A87898C267F6FB561ECA5BA695A4ABAC7A6F75D0CFA7CFF48698A
checksum64: E25BC126009DF5FC8F49B387AF5649BAED7C7CF58CBB4AC13B649640CFD59F95

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

0 comments on commit 72e83d9

Please sign in to comment.