diff --git a/automatic/keepass-classic/README.md b/automatic/keepass-classic/README.md index 6f56bf595d5..fd1865289c8 100644 --- a/automatic/keepass-classic/README.md +++ b/automatic/keepass-classic/README.md @@ -1,4 +1,4 @@ -# [keepass-classic](https://chocolatey.org/packages/keepass-classic) +# [keepass-classic](https://chocolatey.org/packages/keepass-classic) Today you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your website's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, website, etc. Unimaginable. diff --git a/automatic/keepass-classic/keepass-classic.nuspec b/automatic/keepass-classic/keepass-classic.nuspec index 0f69ed3c5c5..fee70974eeb 100644 --- a/automatic/keepass-classic/keepass-classic.nuspec +++ b/automatic/keepass-classic/keepass-classic.nuspec @@ -3,17 +3,17 @@ keepass-classic - 1.39 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/keepass-classic + 1.40 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/keepass-classic chocolatey-community KeePass Classic Password Safe Dominik Reichl http://keepass.info/index.html - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/keepass.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/keepass.svg Copyright © 2003-2017 Dominik Reichl http://keepass.info/help/v1/license.html false - https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.39/ + https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.40/ http://keepass.info/help/base/index.html https://sourceforge.net/p/keepass/discussion/?source=navbar https://sourceforge.net/projects/keepass/support @@ -53,7 +53,7 @@ For example: `--params '"/DisableFileAssoc /DesktopIcon /QuickLaunchIcon"'` - Looking for the source code of KeePass classic? Click the project source url and look for the file ending with `-Src.zip` ]]> - http://keepass.info/news/n210102_1.39.html + http://keepass.info/news/n220102_1.40.html diff --git a/automatic/keepass-classic/legal/VERIFICATION.txt b/automatic/keepass-classic/legal/VERIFICATION.txt index ff7018fd4b3..10b44ea2b88 100644 --- a/automatic/keepass-classic/legal/VERIFICATION.txt +++ b/automatic/keepass-classic/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: A993B32B47FB5BEDF200FD10E4D34DF2CCECDE0CC9777F2258B922AC145A1919 + checksum: FF5C3FF12E812C97C967FEC2E2201012EAE4CF9A8D14C5AFBFB4C1E7FEACC397 The file 'LICENSE.txt' has been obtained from -The keepass 1.x license is listed on +The keepass 1.x license is listed on diff --git a/automatic/keepass-classic/tools/chocolateyInstall.ps1 b/automatic/keepass-classic/tools/chocolateyInstall.ps1 index 02ad089f457..478d1912550 100644 --- a/automatic/keepass-classic/tools/chocolateyInstall.ps1 +++ b/automatic/keepass-classic/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $pp = Get-PackageParameters -$filePath = "$toolsPath\KeePass-1.39-Setup.exe" +$filePath = "$toolsPath\KeePass-1.40-Setup.exe" $packageArgs = @{ packageName = 'keepass-classic' fileType = 'exe' diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index f40235b56d4..a2d49a07008 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 8.1.3 + 8.1.4 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index b21a3d78685..4e3c7961708 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '8.1.3' +$version = '8.1.4' $proxy = Get-EffectiveProxy if ($proxy) {