Skip to content

Commit

Permalink
AU: 3 updated - peazip peazip.install yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 6, 2018
1 parent 6bb7a02 commit 4d865d0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.5.1/peazip-6.5.1.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.5.1/peazip-6.5.1.WIN64.exe>
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>
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: 49BC326C084E743ACFF1BDF2437D0B17CDEEDB5BDE67EFEE2FD86A613EFA9031
checksum64: 7E008F6CF987462B1CF7D1216E15B386558B510EBD500691D6BB86D8F9EB08B0
checksum32: 75641813ABA53C70907B68864F5A0042CB270D9B3FB44A628593195FCFADC4B5
checksum64: E77B588526AF6524C68DD6FFCE471B424368E9BCEB5067211D31DBD7427495DE

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>6.5.1</version>
<version>6.6.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
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.5.1.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.5.1.WIN64.exe"
file = "$toolsDir\peazip-6.6.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.6.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.5.1</version>
<version>6.6.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.rawgit.com/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.5.1]" />
<dependency id="peazip.install" version="[6.6.0]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.5.5.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.5.6.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: DB2C2C7C3C2F870C2C57AB6861FA602A9CBABA2B3137E6612F72EDF425F39890
checksum: 91420DB6FE03ACD4262BFE801B289FCEE164A6F93F50BB7A718C28C75D0FB639

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yumi</id>
<version>2.0.5.5</version>
<version>2.0.5.6</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/yumi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 4d865d0

Please sign in to comment.