Skip to content

Commit

Permalink
AU: 2 updated - chromium keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 25, 2019
1 parent b8ed0d7 commit d123b5e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "74.0.3709.0-snapshots",
"stable": "72.0.3626.109"
"snapshots": "74.0.3718.0-snapshots",
"stable": "72.0.3626.119"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>74.0.3709.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>72.0.3626.119</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/632937/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/632937/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v72.0.3626.119-r612437-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v72.0.3626.119-r612437-win64/chromium-sync.exe>
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
checksum32: 81FF95E5C021E85C317197EAB42E5C165C76714AB02C1757DE8AB1F9630EC2DE
checksum64: 585D2ABFFFAEBBC42F624CA57E034B97EE8854E3BF08351F0ED51E9518D9B7E3
checksum32: DF0AFCCAC7DCD0B36FCDCB017F994791CF8C76F15782FD6D6348503680147234
checksum64: CE4739575EFD81372558C45228BF4697EAB827080E99B188DC494323DF319ECF

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "74.0.3709.0-snapshots"
$version = "72.0.3626.119"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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.rawgit.com/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/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
4 changes: 2 additions & 2 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.3.4</version>
<version>2.4.0-beta2</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,7 +42,7 @@ 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.rawgit.com/chocolatey/chocolatey-coreteampackages/4315dbe8325d644de2026206bdc5c16a11c1f5cc/icons/keepassxc.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/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>
Expand Down
10 changes: 5 additions & 5 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.0-beta1/KeePassXC-2.4.0-beta1-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.4.0-beta1/KeePassXC-2.4.0-beta1-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.4.0-beta2/KeePassXC-2.4.0-beta2-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.4.0-beta2/KeePassXC-2.4.0-beta2-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: CB049A6D2C4E418CC6A9D1A775E94FA07A61D2F048649C2C6E139AE21AD12D20
checksum64: 0F343A8E7372BC7F8ABF93C87C8EB883E59DE202B3F58B4D779714F2FAC4172C
checksum type: sha256
checksum32: 7F33F2ACFD06C69F34DCD1E8611BEA3669E956943AFA4E6F506899BC924096FC
checksum64: 4F7A6D790B1780C3ED8459D4814FE81D4EE4BBA8972B992208B364436D1EB241

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.0-beta1-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.4.0-beta1-Win64.msi"
checksum = 'CB049A6D2C4E418CC6A9D1A775E94FA07A61D2F048649C2C6E139AE21AD12D20'
file = "$toolsDir\KeePassXC-2.4.0-beta2-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.4.0-beta2-Win64.msi"
checksum = '7F33F2ACFD06C69F34DCD1E8611BEA3669E956943AFA4E6F506899BC924096FC'
checksumType = 'sha256'
checksum64 = '0F343A8E7372BC7F8ABF93C87C8EB883E59DE202B3F58B4D779714F2FAC4172C'
checksum64 = '4F7A6D790B1780C3ED8459D4814FE81D4EE4BBA8972B992208B364436D1EB241'
checksumType64 = 'sha256'

# MSI
Expand Down

0 comments on commit d123b5e

Please sign in to comment.