Skip to content

Commit

Permalink
AU: 2 updated - automouseclick kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 21, 2022
1 parent 1e250b5 commit c86e277
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/automouseclick/automouseclick.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>automouseclick</id>
<version>99.1.4.20221220</version>
<version>99.1.4.20221221</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/automouseclick</packageSourceUrl>
<owners>chtof</owners>
<title>Auto Mouse Click</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/automouseclick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.murgee.com/auto-mouse-click/download/setup.exe'
checksum = '919D4D03AB487F41C7637C8FD634299BFE93D48BEF933EA54EA1ECBCCDE9AE3D'
checksum = 'D212A72FEA40EC07158022FD31FE7F89A086B3255F134543DCE009862AF28EE8'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
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.1622</version>
<version>5.1.1623</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-1622-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1623-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'a408b1fa8afdb430e5366fd594d476fdfa1a143983aa302d2931d7b3b66bd779'
checksum64 = 'be821cd2fa5a813e0276941b510f85d33c0712dab20a506296fe7381fa7198e0'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit c86e277

Please sign in to comment.