Skip to content

Commit

Permalink
AU: 3 updated - gitextensions peazip peazip.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 21, 2021
1 parent 6870e58 commit f5b11c3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion automatic/gitextensions/gitextensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"3.1": "3.1.1",
"3.2": "3.2.1",
"3.3": "3.3.1",
"3.4": "3.4.3"
"3.4": "3.4.3",
"3.5": "3.5-RC1"
}
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gitextensions</id>
<version>3.4.3</version>
<version>3.5-RC1</version>
<title>Git Extensions</title>
<authors>Henk Westhuis</authors>
<owners>chocolatey-community ferventcoder</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gitextensions/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.4.3/GitExtensions-3.4.3.9999-d4b0f48bb.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.5-RC1/GitExtensions-3.5.0.RC1-009d10c76.msi>
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
checksum: 96811EA4F9266BA8EE5C758C146FBC84F3CFE5EC4C5C966B5885E11B5F696F74
checksum: A1E358114D3A36D95DAAC9990179C1E5B4EAB85287C19BB8DC59FB73F185E758

The included license file have been downloaded from <https://github.com/gitextensions/gitextensions/blob/0a4730ccdf7e36c0078813101a3ee70e825e93ec/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/gitextensions/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Git Extensions*'
fileType = 'msi'
file = "$toolsDir\GitExtensions-3.4.3.9999-d4b0f48bb.msi"
file = "$toolsDir\GitExtensions-3.5.0.RC1-009d10c76.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
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/peazip/PeaZip/releases/download/7.7.1/peazip-7.7.1.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/7.7.1/peazip-7.7.1.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/7.8.0/peazip-7.8.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/7.8.0/peazip-7.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: E4C0A14EF5D9624772557ABA4637DB06E5B6ED9E1B9B94057348A4E83D8A9C0A
checksum64: 4C70F3DB0DAEFEB2DE850C7E8AD3B1C462792A671D44CDF6DF8FE2EB6BA79155
checksum32: FAC528140A44ABB55BB4598B56D7E2B68C43F6085574E7F2E3CE849EC4259D1B
checksum64: 1D89648FFA4E2CE0682C6B748C96C575DF832097313865A6805D93AD51C261A6

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>7.7.1</version>
<version>7.8.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,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-7.7.1.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.7.1.WIN64.exe"
file = "$toolsDir\peazip-7.8.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.8.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>7.7.1</version>
<version>7.8.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,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-community/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[7.7.1]" />
<dependency id="peazip.install" version="[7.8.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit f5b11c3

Please sign in to comment.