Skip to content

Commit

Permalink
AU: 1 updated - peazip.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 18, 2020
1 parent 7cd51d1 commit 03bdedd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/peazip.install/legal/VERIFICATION.txt
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/giorgiotani/PeaZip/releases/download/7.2.2/peazip-7.2.2.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.2.2/peazip-7.2.2.WIN64.exe>
32-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.3.0/peazip-7.3.0.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.3.0/peazip-7.3.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: 1C309614F4EC67CDCF28DB8E0BD0C6F8A2C902D2A9ABFD751052CE5798A98520
checksum64: E55ABF60E49F87A77A350D618893E784D84F56DA4369E803F7879ADB7930872E
checksum32: F0B956FE31A44FD838360A7BAA8802888D09D62B0EFBCA9CF4B4ED3142209954
checksum64: C7F1AC14333E263C71AA52DAC89A81E8319DDB6A48578308A9BC01EC5EA1C505

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>7.2.2</version>
<version>7.3.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,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-7.2.2.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.2.2.WIN64.exe"
file = "$toolsDir\peazip-7.3.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.3.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down

0 comments on commit 03bdedd

Please sign in to comment.