Skip to content

Commit

Permalink
AU: 2 updated - keeweb mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 18, 2021
1 parent 35c4ace commit fb7ec27
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.18.6</version>
<version>1.18.7</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
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.18.6>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.18.7>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.18.6/KeeWeb-1.18.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.18.6/KeeWeb-1.18.6.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.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: 1D4188AC8842F8E96280C3B80D9AFDDC59E7FC68F5C4ACE5C0E2C615D4676EA9
checksum64: D19412CE9693C38EF4D275FEB0E0A57A0FBA5E0D07814AC80B0D03C8EF25A232
checksum32: A3017F03F994846BB92C5859C50F174A14BF0DA99E47426374A834D7D0F76204
checksum64: AF858A8BCBB0DDF4801056CD994E8404D944E8B053A8AAB874192F7F887BCEAF

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
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.18.6.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.18.6.win.x64.exe"
file = "$toolsPath\KeeWeb-1.18.7.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.18.7.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>7.1.10</version>
<version>7.1.11</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '7.1.10'
$version = '7.1.11'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit fb7ec27

Please sign in to comment.