Skip to content

Commit

Permalink
AU: 3 updated - multipar multipar.install multipar.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 9, 2022
1 parent 34c1e71 commit b04d99e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18 deletions.
8 changes: 4 additions & 4 deletions automatic/multipar.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.4/MultiPar1324_setup.exe
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.4/MultiPar1324_setup.exe
x32: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.5/MultiPar1325_setup.exe
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.5/MultiPar1325_setup.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 2DF21C6F1313139C6555C55882F59FD49C014EA3725A78F8563F1F872E998590
checksum64: 2DF21C6F1313139C6555C55882F59FD49C014EA3725A78F8563F1F872E998590
checksum32: B85F61E3A62EAE7930FCA9053969424C255F8950A13FEA89398FE04B6A175F6D
checksum64: B85F61E3A62EAE7930FCA9053969424C255F8950A13FEA89398FE04B6A175F6D

File 'LICENSE.txt' is obtained from:
%LOCALAPPDATA\help\ReadMe2_English.txt included in the software zip file when the default path is used to install it.
2 changes: 1 addition & 1 deletion automatic/multipar.install/multipar.install.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>multipar.install</id>
<version>1.3.2.4</version>
<version>1.3.2.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/multipar.install</packageSourceUrl>
<owners>chtof</owners>
<title>MultiPar (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/multipar.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\MultiPar1324_setup.exe"
file = "$toolsDir\MultiPar1325_setup.exe"

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/multipar.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.4/MultiPar1324.zip
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.4/MultiPar1324.zip
x32: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.5/MultiPar1325.zip
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.2.5/MultiPar1325.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 63E5AC84EB8555577661F8C003198B8D741A2A230579E4581B766E36B133DA7C
checksum64: 63E5AC84EB8555577661F8C003198B8D741A2A230579E4581B766E36B133DA7C
checksum32: 484A91AF7A6923309609D4C9361AEC5F615348621CAB0A29FF68BFF677FA1649
checksum64: 484A91AF7A6923309609D4C9361AEC5F615348621CAB0A29FF68BFF677FA1649

File 'LICENSE.txt' is obtained from:
%LOCALAPPDATA\help\ReadMe2_English.txt included in the software zip file when the default path is used to install it.
6 changes: 1 addition & 5 deletions automatic/multipar.portable/multipar.portable.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>multipar.portable</id>
<version>1.3.2.4</version>
<version>1.3.2.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/multipar.portable</packageSourceUrl>
<owners>chtof</owners>
<title>MultiPar (Portable)</title>
Expand All @@ -23,10 +23,6 @@
MultiPar was made as an alternative to QuickPar. While it looks like a multi-lingual version of QuickPar, there are some good features; Unicode characters, directory-tree, faster repairing, smaller recovery files, batch scripting, and so on.
## Warning
Some versions of Multipar can't be approved as Chocolatey package as Virus Total report a number of "virus" higher than the threshold defined by Chocolatey Team.
For more details, see: https://github.com/Yutaka-Sawada/MultiPar/issues/61
## Features
MultiPar supports both PAR 1.0 and PAR 2.0 specifications.
Expand Down
2 changes: 1 addition & 1 deletion automatic/multipar.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\MultiPar1324.zip"
file = "$toolsDir\MultiPar1325.zip"
}
Install-ChocolateyZipPackage @packageArgs
Remove-Item -Path $packageArgs.file
Expand Down
4 changes: 2 additions & 2 deletions automatic/multipar/multipar.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>multipar</id>
<version>1.3.2.4</version>
<version>1.3.2.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/multipar</packageSourceUrl>
<owners>chtof</owners>
<title>MultiPar</title>
Expand Down Expand Up @@ -32,7 +32,7 @@ See the [Parchive project](http://parchive.sourceforge.net) for details of Parch
]]></description>
<releaseNotes>https://github.com/Yutaka-Sawada/MultiPar/blob/master/README.md</releaseNotes>
<dependencies>
<dependency id="multipar.install" version="[1.3.2.4]" />
<dependency id="multipar.install" version="[1.3.2.5]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit b04d99e

Please sign in to comment.