Skip to content

Commit

Permalink
AU: 1 updated - keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 1, 2019
1 parent 40fec6f commit 977635d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/keepassxc/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@4315dbe8325d644de2026206bdc5c16a11c1f5cc/icons/keepassxc.svg" width="48" height="48"/> [KeepassXC](https://chocolatey.org/packages/keepassxc)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4315dbe8325d644de2026206bdc5c16a11c1f5cc/icons/keepassxc.svg" width="48" height="48"/> [KeepassXC](https://chocolatey.org/packages/keepassxc)

KeePassXC is a fork of [KeePassX](https://www.keepassx.org/) that [aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository](https://github.com/keepassxreboot/keepassx/issues/43).

Expand Down
6 changes: 3 additions & 3 deletions automatic/keepassxc/keepassxc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.4.1</version>
<version>2.4.2</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>wget, hans0</owners>
<summary>KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository.</summary>
Expand Down Expand Up @@ -42,13 +42,13 @@ N/A
<licenseUrl>https://github.com/keepassxreboot/keepassxc/blob/develop/COPYING</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<!-- Source: https://github.com/keepassxreboot/keepassxc/blob/develop/share/icons/application/scalable/apps/keepassxc.svgz -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4315dbe8325d644de2026206bdc5c16a11c1f5cc/icons/keepassxc.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4315dbe8325d644de2026206bdc5c16a11c1f5cc/icons/keepassxc.svg</iconUrl>
<releaseNotes>https://github.com/keepassxreboot/keepassxc/releases</releaseNotes>
<!-- Specific to Chocolatey -->
<projectSourceUrl>https://github.com/keepassxreboot/keepassxc/</projectSourceUrl>
<docsUrl>https://keepassxc.org/docs/</docsUrl>
<bugTrackerUrl>https://github.com/keepassxreboot/keepassxc/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/keepassxc</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/keepassxc</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/keepassxc/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/keepassxreboot/keepassxc/releases/download/2.4.1/KeePassXC-2.4.1-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.4.1/KeePassXC-2.4.1-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.4.2/KeePassXC-2.4.2-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.4.2/KeePassXC-2.4.2-Win64.msi>
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: 709705D1AD1776EA17F67A6D844470B453A4B7C9623945126D49A0E443C32221
checksum64: C5ABEA61312F4D8AE3A7DC642A46E22718F54E36F64696A190523D644E346146
checksum32: D5959180A5D14269AA70A827DAF38CFF217065D9EB911471E9924DA0DE9519F9
checksum64: 5818D30BB81037D0084148BB571B634CB5359FB036A876A780CA2B0C86B56D90

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/470a74ee24793eaccab0ae371a7ee970b95bfeb9/COPYING>
8 changes: 4 additions & 4 deletions automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
packageName = 'keepassxc'
softwareName = 'KeePassXC'
fileType = 'msi'
file = "$toolsDir\KeePassXC-2.4.1-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.4.1-Win64.msi"
checksum = '709705D1AD1776EA17F67A6D844470B453A4B7C9623945126D49A0E443C32221'
file = "$toolsDir\KeePassXC-2.4.2-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.4.2-Win64.msi"
checksum = 'D5959180A5D14269AA70A827DAF38CFF217065D9EB911471E9924DA0DE9519F9'
checksumType = 'sha256'
checksum64 = 'C5ABEA61312F4D8AE3A7DC642A46E22718F54E36F64696A190523D644E346146'
checksum64 = '5818D30BB81037D0084148BB571B634CB5359FB036A876A780CA2B0C86B56D90'
checksumType64 = 'sha256'

# MSI
Expand Down

0 comments on commit 977635d

Please sign in to comment.