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 May 5, 2019
1 parent 0b3b20f commit 471e53e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/peazip.install/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <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)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/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
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.7.1/peazip-6.7.1.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.7.1/peazip-6.7.1.WIN64.exe>
32-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.8.0/peazip-6.8.0.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.8.0/peazip-6.8.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: 14FC07AE8A7A31FA69361A9AD97AEE055E982554AE2A4F01C533343086F7B623
checksum64: 1C6A1F300FF700D4D247EDDB1865ABB3F4EF6F5A666EC571B8D7FEA4F48E50DE
checksum32: 00728BCC18BD735663EF2757839DC87E13217E3897566F668804E1324043C188
checksum64: 9A129A1CD963AD847DD164C64D7E5EB795AA0A22BC3BB69BAD93D16E7650910D

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>.
6 changes: 3 additions & 3 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.7.1</version>
<version>6.8.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -17,14 +17,14 @@ 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.install</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/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>
<licenseUrl>http://www.peazip.org/peazip-tos-privacy.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © PeaZip srl</copyright>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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
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.7.1.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.7.1.WIN64.exe"
file = "$toolsDir\peazip-6.8.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.8.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
2 changes: 1 addition & 1 deletion automatic/peazip/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <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)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/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/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.7.2</version>
<version>6.8.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -17,17 +17,17 @@ 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-community/chocolatey-coreteampackages/tree/master/automatic/peazip</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>
<licenseUrl>http://www.peazip.org/peazip-tos-privacy.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © PeaZip srl</copyright>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[6.7.2]" />
<dependency id="peazip.install" version="[6.8.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 471e53e

Please sign in to comment.