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 Apr 28, 2019
1 parent 8edf0d8 commit 32e2723
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.jsdelivr.net/gh/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-community/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
6 changes: 3 additions & 3 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.8.1</version>
<version>1.8.2</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down Expand Up @@ -47,13 +47,13 @@ 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.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@88bbbf93f61ceb6787fbdf191a9542dddfcb2c2c/icons/keeweb.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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>
<docsUrl>https://github.com/keeweb/keeweb/wiki</docsUrl>
<bugTrackerUrl>https://github.com/keeweb/keeweb/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/keeweb</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/keeweb</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
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.8.1/KeeWeb-1.8.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.1/KeeWeb-1.8.1.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.2/KeeWeb-1.8.2.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.2/KeeWeb-1.8.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: E6F21F89A2C92332257C8A88E14EE76ED9768979B9BD62E3A9277C39F2BAD5F3
checksum64: 4AE0D3EB11A5867DF5672A8339793973EAE3AF13FA8802B52E493D952480ACA1
checksum32: 854217DEC9D11CE8D3FCB752154BA613189B51A8D63C58B27D9786AB7E4A553A
checksum64: AF308265F960CF13D652B6E7266A57856583E5EC53FF9C206D1744D17E8B8749

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

0 comments on commit 32e2723

Please sign in to comment.