diff --git a/automatic/keepass-classic/keepass-classic.nuspec b/automatic/keepass-classic/keepass-classic.nuspec index 24c7201da15..5ddd818341b 100644 --- a/automatic/keepass-classic/keepass-classic.nuspec +++ b/automatic/keepass-classic/keepass-classic.nuspec @@ -3,7 +3,7 @@ keepass-classic - 1.40.1 + 1.41 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/keepass-classic chocolatey-community KeePass Classic Password Safe @@ -13,7 +13,7 @@ Copyright © 2003-2017 Dominik Reichl http://keepass.info/help/v1/license.html false - https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.40.1/ + https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.41/ 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/n230102_1.41.html diff --git a/automatic/keepass-classic/legal/VERIFICATION.txt b/automatic/keepass-classic/legal/VERIFICATION.txt index aa9ce24e3d6..e3d22d2b5af 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: CFCD74E1553400B8488A9807F73DEF240BA19AAAAF1D21DC6F77115F940A0900 + checksum: D5CF432AC514CB5239A879A22CC3E0EEF6CBC089AA40146A6A1E38C090AC79BA 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 984ddd4f555..f498b160c29 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-classic.exe" +$filePath = "$toolsPath\KeePass-1.41-Setup.exe" $packageArgs = @{ packageName = 'keepass-classic' fileType = 'exe'