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 committed Feb 10, 2019
1 parent 694e15a commit 885309f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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 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/6.6.1/peazip-6.6.1.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.6.1/peazip-6.6.1.WIN64.exe>
32-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.7.0/peazip-6.7.0.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.7.0/peazip-6.7.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: AEEF884ABAC786967CD59AB30A6B82D9397C639C1B6BCCB5F682C83F7F848DB5
checksum64: D0229DF3DB34BCD421F17612030A7999259D3AE90EEC42690D526E8DE3E148C8
checksum32: 62E21293A537806D4A0F30FD8A93442FED0F6806CBAC75F71E521B1D0FB6919B
checksum64: E58CC7EF1E968E5C36A0116D434FE635BD4B9F6755D350DCB47769B1F51CBF08

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>.
4 changes: 2 additions & 2 deletions 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>6.6.1</version>
<version>6.7.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -17,7 +17,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
]]></description>
<projectUrl>http://www.peazip.org/</projectUrl>
<projectSourceUrl>https://osdn.net/projects/peazip/releases/</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/peazip</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/peazip.install</packageSourceUrl>
<docsUrl>http://www.peazip.org/peazip-help.html</docsUrl>
<bugTrackerUrl>https://sourceforge.net/p/peazip/tickets/</bugTrackerUrl>
<tags>foss cross-platform file-manager file-encryption file-compression zip rar 7zip tar admin peazip</tags>
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-6.6.1.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.6.1.WIN64.exe"
file = "$toolsDir\peazip-6.7.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.7.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>6.6.1</version>
<version>6.7.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -27,7 +27,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[6.6.1]" />
<dependency id="peazip.install" version="[6.7.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 885309f

Please sign in to comment.