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 Dec 18, 2022
1 parent 3693914 commit e941245
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
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5484.0-snapshots",
"snapshots": "111.0.5485.0-snapshots",
"stable": "108.0.5359.125"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>111.0.5484.0-snapshots</version>
<version>111.0.5485.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
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/1084733/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1084738/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1084762/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1084761/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: 307BD31274C4E00666D0CBB173CE4DDC1C00EB589E0E7287F5D17711FA8237B4
checksum64: B1E38F147199A3F809EFF749A484A41012046632F4C6737CB7DDCEDF2FF9BF26
checksum32: AF445CB26B2CCAEB003B3F57AA3E0D62FC18F29FBA549FA844B066227E6F58B5
checksum64: 95B3D0BBA47A40E86712CC129834A3893E940A5E8B770EF22DA5D73B258B8C72

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "111.0.5484.0-snapshots"
$version = "111.0.5485.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
Expand Up @@ -6,15 +6,15 @@ The installer has 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.9.0/peazip-8.9.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/8.9.0/peazip-8.9.0.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.0.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.0.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: 0172FD406131173AE99838CEBA26518522091F91DA93F62FE42AD349CB0681DE
checksum64: 5F1FB04EBC16237D13620F5C23BBC5FD6330F104C53C099E6436E365682BA487
checksum32: DBE05A51B346C1AAA26C04667D0E8F5AEC673F769197558F41ECB55242604DFF
checksum64: 714E147B0DA63E745C5A99F5376D2A34A8EF73E4196E68C783C091F609B8A5BC

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
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>8.9.0</version>
<version>9.0.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
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\peazip-8.9.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-8.9.0.WIN64.exe"
file = "$toolsDir\peazip-9.0.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-9.0.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip/peazip.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>8.9.0</version>
<version>9.0.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.9.0]" />
<dependency id="peazip.install" version="[9.0.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit e941245

Please sign in to comment.