Skip to content

Commit

Permalink
AU: 3 updated - kmymoney loghx myfamilytree-languagepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 5, 2023
1 parent 8ef9a93 commit 18c0b89
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.1669</version>
<version>5.1.1670</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-1669-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1670-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'a5a045e93c17ccadbc122fa102d2a1b83fe4ea257f7197cc56d498a8db8b66f4'
checksum64 = '7a9ce6850300dd9fd21a438a0d97d2d2fd9268a81c9bab76c7a1d228d4bbd934'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/loghx/loghx.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>loghx</id>
<version>0.0.0.718</version>
<version>0.0.0.719</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/loghx</packageSourceUrl>
<owners>chtof</owners>
<title>LogHX</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/loghx/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'http://rx4hx.qrz.ru/files/loghx/LogHX3Setup_build_718.exe'
checksum = 'a673aa601284c33cf7a9bb3c4ba1594c002e4d53e6217d6086ecb8e4f6add63d'
url = 'http://rx4hx.qrz.ru/files/loghx/LogHX3Setup_build_719.exe'
checksum = '55fc60769d21e0d71acdac9ba2a6472f67298b759896058c744b55212f070437'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
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>myfamilytree-languagepack</id>
<version>12.5.2.0</version>
<version>12.5.3.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/myfamilytree-languagepack</packageSourceUrl>
<owners>chtof</owners>
<title>My Family Tree (Language Pack)</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = "msi"

url = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree_languagepack12.5.2000.0.msi'
checksum = 'cd9ee8dd57803e42935b5b8882668fd75bff62cd82946f64b97d69eeace2ceee'
url = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree_languagepack12.5.3000.0.msi'
checksum = '5a1602d8b3904d618c57a040842376689fc6de58e83a494ba5f279d0fd04d7c1'
checksumType = 'sha256'

url64bit = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree_languagepack12.5.2000.0x64.msi'
checksum64 = '73b3ddb5b977a8eabc130abfbb3289daccb03460a74e7205b662ea5e45706c4c'
url64bit = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree_languagepack12.5.3000.0x64.msi'
checksum64 = '0b1c7eed00e55242fc71087a533d53ff5058c4dbdb5a729043be197df7bd1631'
checksumType64= 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 18c0b89

Please sign in to comment.