Skip to content

Commit

Permalink
AU: 1 updated - keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 29, 2022
1 parent 184ed74 commit 59e215f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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-community/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-packages@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.6.6</version>
<version>2.7.0</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>chocolatey-community,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-community/chocolatey-coreteampackages@4315dbe8325d644de2026206bdc5c16a11c1f5cc/icons/keepassxc.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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-community/chocolatey-coreteampackages/tree/master/automatic/keepassxc</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/keepassxc</packageSourceUrl>
<dependencies>
<dependency id="vcredist140" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/keepassxc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ 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/keepassxreboot/keepassxc/releases/tag/2.6.6>
The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.0>
and can be verified like this:

1. Download the following installers:
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.6/KeePassXC-2.6.6-Win64.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.0/KeePassXC-2.7.0-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
checksum64: 41AB0337BC630FE7C0F91B89E3FD868E75BA8C10E4BC6011AA5799F1A0A738E4
checksum64: 9474B9AFBA75043886D0E02E62AE17B9433B9AD0777023A2D753B00C418A9B86

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
2 changes: 1 addition & 1 deletion automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KeePassXC'
fileType = 'msi'
file64 = "$toolsDir\KeePassXC-2.6.6-Win64.msi"
file64 = "$toolsDir\KeePassXC-2.7.0-Win64.msi"
# MSI
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 59e215f

Please sign in to comment.