Skip to content

Commit

Permalink
AU: 4 updated - kmymoney multipar multipar.install multipar.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 11, 2023
1 parent 9ba1d17 commit ca637af
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1948</version>
<version>5.1.1949</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1948-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1949-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '8607a0a7e5088a2c4b5d7c0741a5525f7d592c4d1043dfcca0981a558fc0f89d'
checksum64 = '454aad5ab4fcc909990dfe03ae303f4c4d244cb5d73c14f4908d0dc32fa10dd7'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions automatic/multipar.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.3.0/MultiPar1330_setup.exe
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.3.1/MultiPar1331_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
checksum64: F0667ADCB6C0345CDD9E943CB70B69CA22FC05F6B69B85D053E3A24E302C231B
checksum64: 23157FA379EDC6539811C33DCDC827C69700BB23CE303499014F2307E78ADA26

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.3.0</version>
<version>1.3.3.1</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"
file64 = "$toolsDir\MultiPar1330_setup.exe"
file64 = "$toolsDir\MultiPar1331_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.3.0/MultiPar1330.zip
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.3.0/MultiPar1330.zip
x32: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.3.1/MultiPar1331.zip
x64: https://github.com//Yutaka-Sawada/MultiPar/releases/download/v1.3.3.1/MultiPar1331.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: 6FDC1591F6F69CD46289B3D26BE494959E184DE323F93ECF6E0B52EEC126330B
checksum64: 6FDC1591F6F69CD46289B3D26BE494959E184DE323F93ECF6E0B52EEC126330B
checksum32: F7D952638AB51F82C28D90A5182109F07C1C3BEB28DB15A24DF5E5370A23BA97
checksum64: F7D952638AB51F82C28D90A5182109F07C1C3BEB28DB15A24DF5E5370A23BA97

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.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.3.0</version>
<version>1.3.3.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/multipar.portable</packageSourceUrl>
<owners>chtof</owners>
<title>MultiPar (Portable)</title>
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\MultiPar1330.zip"
file = "$toolsDir\MultiPar1331.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.3.0</version>
<version>1.3.3.1</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.3.0]" />
<dependency id="multipar.install" version="[1.3.3.1]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit ca637af

Please sign in to comment.