Skip to content

Commit

Permalink
AU: 3 updated - chromium cutepdf keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 20, 2024
1 parent 688efa0 commit 0cb597c
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "128.0.6546.0-snapshots",
"snapshots": "128.0.6547.0-snapshots",
"stable": "126.0.6478.115"
}
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>126.0.6478.115</version>
<title>Chromium</title>
<version>128.0.6547.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v126.0.6478.115-r1300313/mini_installer.sync.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1317142/mini_installer.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
checksum64: 1A3C8825E9F10C86A45051D750063DC758FA15BEE5237674E854F535E177870E
checksum64: D4A047202E970CDF93976876EFE4CC5E31DC06ACFE2A1489839AE2D23D46031A

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

$version = '126.0.6478.115'
$version = '128.0.6547.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1317139/mini_installer.exe'
checksum = '0010B98BCF6E1D835B420436173835220A547B9959FBB9B38A074610840C2F99'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/cutepdf/cutepdf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cutepdf</id>
<title>CutePDF Writer</title>
<version>4.0.1.302</version>
<version>4.0.1.303</version>
<authors>Acro Software Inc.</authors>
<owners>chocolatey-community,Redsandro,Thilas</owners>
<summary>Free PDF printer driver with no watermarks.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/cutepdf/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6233184|4.0.1.302
6233184|4.0.1.303
2 changes: 1 addition & 1 deletion automatic/cutepdf/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' # Inno Setup Package
validExitCodes= @(0)
softwareName = 'cutepdf*'
checksum = '67A7AA9A94B8186CE63E1FC581F69FB852B3B21751A9A6801501607651B716953956A6A21360C24131B3087321026F09029ADF6AA8FBF00E55C41458E4D832A4'
checksum = 'A6238237BC53BE9D6105DCA6F45DC74DD80DB7F367ED0DEF0ECF4A973F5E0FC60FEBA9597FE2E6C509D6038873B3E6D3B73C6C631A3E19BF73BAF9D252D70954'
checksumType = 'SHA512'
}

Expand Down
2 changes: 1 addition & 1 deletion 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.7.7</version>
<version>2.7.9</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
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 has been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.7>
The installer has been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.9>
and can be verified like this:

1. Download the following installers:
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/KeePassXC-2.7.7-Win64.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.9/KeePassXC-2.7.9-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: 9C3DAB957DB0F769C4E67BFDF4F0134A65ECFA65C5569718A36AA88E649158CD
checksum64: 3B544343CE369377E54A3A6AC7A023B3C202AC034EEA6E6886BB8185E95B6A49

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.7.7-Win64.msi"
file64 = "$toolsDir\KeePassXC-2.7.9-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 0cb597c

Please sign in to comment.