Skip to content

Commit

Permalink
AU: 1 updated - keepass-classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 2, 2021
1 parent 3df4990 commit e4b55e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions automatic/keepass-classic/keepass-classic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>keepass-classic</id>
<version>1.38</version>
<version>1.39</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/keepass-classic</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>KeePass Classic Password Safe</title>
Expand All @@ -13,7 +13,7 @@
<copyright>Copyright © 2003-2017 Dominik Reichl</copyright>
<licenseUrl>http://keepass.info/help/v1/license.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.38/</projectSourceUrl>
<projectSourceUrl>https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.39/</projectSourceUrl>
<docsUrl>http://keepass.info/help/base/index.html</docsUrl>
<mailingListUrl>https://sourceforge.net/p/keepass/discussion/?source=navbar</mailingListUrl>
<bugTrackerUrl>https://sourceforge.net/projects/keepass/support</bugTrackerUrl>
Expand Down Expand Up @@ -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`
]]></description>
<releaseNotes>http://keepass.info/news/n200113_1.38.html</releaseNotes>
<releaseNotes>http://keepass.info/news/n210102_1.39.html</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/keepass-classic/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://keepass.info/download.html>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.38/KeePass-1.38-Setup.exe/download>
1. Download the following <https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.39/KeePass-1.39-Setup.exe/download>
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: 49E1A670B622E697CF434C96BB6B431AAD5FFAADBDB1137B3179B449990C4BD7
checksum: A993B32B47FB5BEDF200FD10E4D34DF2CCECDE0CC9777F2258B922AC145A1919

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
The keepass 1.x license is listed on <https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.38/KeePass-1.38-Setup.exe/download>
The keepass 1.x license is listed on <https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.39/KeePass-1.39-Setup.exe/download>
2 changes: 1 addition & 1 deletion automatic/keepass-classic/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$pp = Get-PackageParameters

$filePath = "$toolsPath\KeePass-1.38-Setup.exe"
$filePath = "$toolsPath\KeePass-1.39-Setup.exe"
$packageArgs = @{
packageName = 'keepass-classic'
fileType = 'exe'
Expand Down

0 comments on commit e4b55e1

Please sign in to comment.