Skip to content

Commit

Permalink
AU: 2 updated - peazip peazip.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 23, 2023
1 parent 081846f commit 4e0ae45
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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 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/9.1.0/peazip-9.1.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip-9.1.0.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/9.2.0/peazip-9.2.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/9.2.0/peazip-9.2.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: 4535722B3D475A841B835E6097E10F9786A95AB1CE10329E6B676F587A43F230
checksum64: 4A7D3FE5366C60BF35E8AB6E5010D9C033D157D728801AFF1A8D67A4C42AFCCF
checksum32: 67229CED7DE6D27871B823CE7F61F69C7C61FD85EA13D844A7B085CE97ADFD9B
checksum64: CC8E0967C2017AC8F7EF281C87E93A31BDAD87C8ADA1339423600B7D6FFA3997

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>9.1.0</version>
<version>9.2.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-9.1.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-9.1.0.WIN64.exe"
file = "$toolsDir\peazip-9.2.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-9.2.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>9.1.0</version>
<version>9.2.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="[9.1.0]" />
<dependency id="peazip.install" version="[9.2.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 4e0ae45

Please sign in to comment.