Skip to content

Commit

Permalink
AU: 3 updated - chromium peazip peazip.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 20, 2022
1 parent c28b4f9 commit 0535834
Show file tree
Hide file tree
Showing 8 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": "107.0.5250.0-snapshots",
"snapshots": "107.0.5251.0-snapshots",
"stable": "104.0.5112.102"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>107.0.5250.0-snapshots</version>
<version>107.0.5251.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
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/1036939/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1036939/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1037381/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1037381/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
checksum32: CAA08A82F68CAF2C806313FAA20E33E818CA82284E471D3FA6CEB3DA910573AF
checksum64: 7731C4FC16A0CAEB4E65CD6C028558DB600782072B6473DD0B3646CDBE2354CF
checksum32: 5AE799C16334B941467AD3A55C0D943A444EC372621B5D82BE1F474FC66140FE
checksum64: 625F4C53182D1D76950F3DBEAB6152D7998A38F3EA0778F40552C93915A325FD

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 = "107.0.5250.0-snapshots"
$version = "107.0.5251.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/peazip.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The installer have been downloaded from the alternative GitHub mirror listed on
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.0.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/8.8.0/peazip-8.8.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/8.8.0/peazip-8.8.0.WIN64.exe>
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: D7E8C17D08C54AF3264828F95C80221D32ABB4D945B5EA0FF921B5A8D5B10A29
checksum64: 78FAF86C7A0E3CE70DEEF0C867F861681BB3D7AEC26C03DCE1FF7F0F6A512993
checksum32: B906C7053E1B5DB54743419691ACCDA3716462196F5ADD7B067CE122E19EE0F3
checksum64: 6A58E80E0F0AAB18BE7791B6DFB1CB887E82FF2622388F1C19920B09E4F052C5

The included 'LICENSE.txt' file have been obtained from <https://www.gnu.org/licenses/lgpl-3.0.txt>
and should be the correct license as mentioned on their project page <http://peazip.org/peazip-tos-privacy.html>.
2 changes: 1 addition & 1 deletion automatic/peazip.install/peazip.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>8.7.0</version>
<version>8.8.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\peazip-8.7.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-8.7.0.WIN64.exe"
file = "$toolsDir\peazip-8.8.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-8.8.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip/peazip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>8.7.0</version>
<version>8.8.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down Expand Up @@ -31,7 +31,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](https://peazip.github.io/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[8.7.0]" />
<dependency id="peazip.install" version="[8.8.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 0535834

Please sign in to comment.