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 Oct 28, 2018
1 parent dfc6775 commit 3b93e67
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/peazip.install/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg" width="48" height="48"/> [PeaZip (Install)](https://chocolatey.org/packages/peazip)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg" width="48" height="48"/> [PeaZip (Install)](https://chocolatey.org/packages/peazip)

A cross-platform file archiver and file manager utility.

Expand Down
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/6.6.0/peazip-6.6.0.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.6.0/peazip-6.6.0.WIN64.exe>
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>
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: 75641813ABA53C70907B68864F5A0042CB270D9B3FB44A628593195FCFADC4B5
checksum64: E77B588526AF6524C68DD6FFCE471B424368E9BCEB5067211D31DBD7427495DE
checksum32: AEEF884ABAC786967CD59AB30A6B82D9397C639C1B6BCCB5F682C83F7F848DB5
checksum64: D0229DF3DB34BCD421F17612030A7999259D3AE90EEC42690D526E8DE3E148C8

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
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>6.6.0</version>
<version>6.6.1</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -24,7 +24,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<licenseUrl>http://www.peazip.org/peazip-tos-privacy.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © PeaZip srl</copyright>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
</metadata>
<files>
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-6.6.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.6.0.WIN64.exe"
file = "$toolsDir\peazip-6.6.1.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.6.1.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
2 changes: 1 addition & 1 deletion automatic/peazip/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg" width="48" height="48"/> [PeaZip (Install)](https://chocolatey.org/packages/peazip)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg" width="48" height="48"/> [PeaZip (Install)](https://chocolatey.org/packages/peazip)

A cross-platform file archiver and file manager utility.

Expand Down
6 changes: 3 additions & 3 deletions automatic/peazip/peazip.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>6.6.0</version>
<version>6.6.1</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -24,10 +24,10 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<licenseUrl>http://www.peazip.org/peazip-tos-privacy.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © PeaZip srl</copyright>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<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.0]" />
<dependency id="peazip.install" version="[6.6.1]" />
</dependencies>
</metadata>
</package>

0 comments on commit 3b93e67

Please sign in to comment.